Searched refs:UART_LSR (Results 1 - 5 of 5) sorted by relevance

/openwrt/target/linux/lantiq/image/lzma-loader/src/
H A Dboard-ralink.c26 #define UART_LSR 7 macro
35 while (((UART_READ(UART_LSR)) & UART_LSR_THRE) == 0);
37 while (((UART_READ(UART_LSR)) & UART_LSR_THRE) == 0);
H A Dboard-ar71xx.c23 #define UART_LSR 5 macro
32 while (((UART_READ(UART_LSR)) & UART_LSR_THRE) == 0);
34 while (((UART_READ(UART_LSR)) & UART_LSR_THRE) == 0);
/openwrt/target/linux/ramips/image/lzma-loader/src/
H A Dboard-ralink.c26 #define UART_LSR 7 macro
35 while (((UART_READ(UART_LSR)) & UART_LSR_THRE) == 0);
37 while (((UART_READ(UART_LSR)) & UART_LSR_THRE) == 0);
/openwrt/target/linux/ar71xx/image/lzma-loader/src/
H A Dboard.c23 #define UART_LSR 5 macro
32 while (((UART_READ(UART_LSR)) & UART_LSR_THRE) == 0);
34 while (((UART_READ(UART_LSR)) & UART_LSR_THRE) == 0);
/openwrt/target/linux/mcs814x/files-3.18/arch/arm/mach-mcs814x/include/mach/
H A Duncompress.h24 while (!(__raw_readb(uart_base + (UART_LSR << UART_SHIFT)) & UART_LSR_TEMT));

Completed in 76 milliseconds