Searched refs:UART_LSR_THRE (Results 1 - 4 of 4) sorted by relevance

/openwrt/target/linux/lantiq/image/lzma-loader/src/
H A Dboard-ralink.c28 #define UART_LSR_THRE 0x20 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.c25 #define UART_LSR_THRE 0x20 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.c28 #define UART_LSR_THRE 0x20 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.c25 #define UART_LSR_THRE 0x20 macro
32 while (((UART_READ(UART_LSR)) & UART_LSR_THRE) == 0);
34 while (((UART_READ(UART_LSR)) & UART_LSR_THRE) == 0);

Completed in 31 milliseconds