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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-iop13xx/include/mach/
H A Duncompress.h6 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE) macro
10 while ((UART_BASE[UART_LSR] & TX_DONE) != TX_DONE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-nuc93x/include/mach/
H A Duncompress.h29 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE) macro
36 while ((uart_base[UART_LSR] & TX_DONE) != TX_DONE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-w90x900/include/mach/
H A Duncompress.h29 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE) macro
36 while ((uart_base[UART_LSR] & TX_DONE) != TX_DONE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/include/mach/
H A Duncompress.h20 #define TX_DONE (UART_LSR_TEMT|UART_LSR_THRE) macro
28 while ((uart_base[UART_LSR] & TX_DONE) != TX_DONE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-iop32x/include/mach/
H A Duncompress.h12 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE) macro
16 while ((uart_base[UART_LSR] & TX_DONE) != TX_DONE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-iop33x/include/mach/
H A Duncompress.h12 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE) macro
16 while ((uart_base[UART_LSR] & TX_DONE) != TX_DONE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Deth16i.c198 #define TX_DONE BIT(7) macro
987 inw(ioaddr + TX_STATUS_REG), (inb(ioaddr + TX_STATUS_REG) & TX_DONE) ?
1241 if(status & TX_DONE) { /* The transmit has been done */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Datmel.c238 #define TX_DONE 0x40 macro
688 atmel_rmem8(priv, atmel_tx(priv, TX_DESC_FLAGS_OFFSET, priv->tx_desc_head)) == TX_DONE &&

Completed in 96 milliseconds