Searched refs:serial_in (Results 1 - 9 of 9) sorted by relevance

/arch/mips/loongson/common/
H A Dearly_printk.c18 static inline unsigned int serial_in(unsigned char *base, int offset) function
36 while (((serial_in(uart_base, UART_LSR) & UART_LSR_THRE) == 0) &&
/arch/mips/kernel/
H A Dearly_printk_8250.c36 static inline u8 serial_in(int offset) function
58 status = serial_in(UART_LSR);
/arch/mips/mti-sead3/
H A Dsead3-console.c19 static inline unsigned int serial_in(int offset, unsigned int base_addr) function
40 while ((serial_in(UART_LSR, base_addr) & UART_LSR_THRE) == 0)
/arch/mips/boot/compressed/
H A Duart-16550.c45 static inline unsigned int serial_in(int offset) function
59 while (((serial_in(UART_LSR) & UART_LSR_THRE) == 0) && (timeout-- > 0))
/arch/mips/pmcs-msp71xx/
H A Dmsp_serial.c117 up.serial_in = msp_serial_in;
/arch/x86/platform/ce4100/
H A Dce4100.c118 up->serial_in = ce4100_mem_serial_in;
/arch/mips/ar7/
H A Dprom.c254 static inline unsigned int serial_in(int offset) function
266 while ((serial_in(UART_LSR) & UART_LSR_TEMT) == 0)
/arch/mips/netlogic/xlr/
H A Dplatform.c69 .serial_in = nlm_xlr_uart_in, \
/arch/powerpc/kernel/
H A Dlegacy_serial.c146 legacy_serial_ports[index].serial_in = tsi_serial_in;

Completed in 218 milliseconds