Searched refs:UART16550_READ (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Ddbg_io.c52 #define UART16550_READ(y) (au_readl(DEBUG_BASE + y) & 0xff) macro
61 if (UART16550_READ(UART_MOD_CNTRL) != 0x3) {
94 while((UART16550_READ(UART_LSR) & 0x1) == 0);
95 return UART16550_READ(UART_RX);
111 while ((UART16550_READ(UART_LSR)&0x40) == 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ddb5xxx/ddb5476/
H A Ddbg_io.c81 #define UART16550_READ(y) (*((volatile uint8*)(BASE + y))) macro
119 while ((UART16550_READ(OFS_LINE_STATUS) & 0x1) == 0);
120 return UART16550_READ(OFS_RCV_BUFFER);
133 while ((UART16550_READ(OFS_LINE_STATUS) & 0x20) == 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ddb5xxx/ddb5477/
H A Dkgdb_io.c81 #define UART16550_READ(y) (*((volatile uint8*)(BASE + y))) macro
119 while ((UART16550_READ(OFS_LINE_STATUS) & 0x1) == 0);
120 return UART16550_READ(OFS_RCV_BUFFER);
133 while ((UART16550_READ(OFS_LINE_STATUS) & 0x20) == 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/gt64120/momenco_ocelot/
H A Ddbg_io.c68 #define UART16550_READ(y) (*((volatile uint8*)(BASE + y))) macro
107 while ((UART16550_READ(OFS_LINE_STATUS) & 0x1) == 0);
108 return UART16550_READ(OFS_RCV_BUFFER);
121 while ((UART16550_READ(OFS_LINE_STATUS) & 0x20) == 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ite-boards/generic/
H A Ddbg_io.c67 #define UART16550_READ(y) (*((volatile uint8*)(DEBUG_BASE + y))) macro
106 while ((UART16550_READ(OFS_LINE_STATUS) & 0x1) == 0);
107 return UART16550_READ(OFS_RCV_BUFFER);
120 while ((UART16550_READ(OFS_LINE_STATUS) & 0x20) == 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/momentum/ocelot_c/
H A Ddbg_io.c68 #define UART16550_READ(y) (*((volatile uint8*)(BASE + y))) macro
107 while ((UART16550_READ(OFS_LINE_STATUS) & 0x1) == 0);
108 return UART16550_READ(OFS_RCV_BUFFER);
121 while ((UART16550_READ(OFS_LINE_STATUS) & 0x20) == 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/momentum/ocelot_g/
H A Ddbg_io.c68 #define UART16550_READ(y) (*((volatile uint8*)(BASE + y))) macro
107 while ((UART16550_READ(OFS_LINE_STATUS) & 0x1) == 0);
108 return UART16550_READ(OFS_RCV_BUFFER);
121 while ((UART16550_READ(OFS_LINE_STATUS) & 0x20) == 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr4181/osprey/
H A Ddbg_io.c81 #define UART16550_READ(y) (*((volatile uint8*)(BASE + y))) macro
119 while ((UART16550_READ(OFS_LINE_STATUS) & 0x1) == 0);
120 return UART16550_READ(OFS_RCV_BUFFER);
133 while ((UART16550_READ(OFS_LINE_STATUS) & 0x20) == 0);

Completed in 60 milliseconds