Searched refs:tx_csr (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/usb/musb/ |
D | musb_host.c | 1112 u16 tx_csr; in musb_host_tx() local 1125 tx_csr = musb_readw(epio, MUSB_TXCSR); in musb_host_tx() 1129 DBG(4, "extra TX%d ready, csr %04x\n", epnum, tx_csr); in musb_host_tx() 1135 DBG(4, "OUT/TX%d end, csr %04x%s\n", epnum, tx_csr, in musb_host_tx() 1139 if (tx_csr & MUSB_TXCSR_H_RXSTALL) { in musb_host_tx() 1146 } else if (tx_csr & MUSB_TXCSR_H_ERROR) { in musb_host_tx() 1152 } else if (tx_csr & MUSB_TXCSR_H_NAKTIMEOUT) { in musb_host_tx() 1180 tx_csr &= ~(MUSB_TXCSR_AUTOSET in musb_host_tx() 1188 musb_writew(epio, MUSB_TXCSR, tx_csr); in musb_host_tx() 1190 musb_writew(epio, MUSB_TXCSR, tx_csr); in musb_host_tx() [all …]
|