Searched full:tx_csr (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/net/ |
H A D | altr,tse.yaml | 85 - const: tx_csr 106 - const: tx_csr 123 reg-names = "control_port", "rx_csr", "rx_desc", "rx_resp", "tx_csr", "tx_desc", "pcs"; 146 reg-names = "control_port", "rx_csr", "rx_desc", "rx_resp", "tx_csr", "tx_desc";
|
/linux/drivers/usb/musb/ |
H A D | musb_host.c | 907 u16 rx_csr, tx_csr; in musb_bulk_nak_timeout() local 931 tx_csr = musb_readw(epio, MUSB_TXCSR); in musb_bulk_nak_timeout() 932 tx_csr |= MUSB_TXCSR_H_WZC_BITS; in musb_bulk_nak_timeout() 933 tx_csr &= ~MUSB_TXCSR_H_NAKTIMEOUT; in musb_bulk_nak_timeout() 934 musb_writew(epio, MUSB_TXCSR, tx_csr); in musb_bulk_nak_timeout() 1199 u16 tx_csr; in musb_host_tx() local 1212 tx_csr = musb_readw(epio, MUSB_TXCSR); in musb_host_tx() 1216 musb_dbg(musb, "extra TX%d ready, csr %04x", epnum, tx_csr); in musb_host_tx() 1223 musb_dbg(musb, "OUT/TX%d end, csr %04x%s", epnum, tx_csr, in musb_host_tx() 1227 if (tx_csr & MUSB_TXCSR_H_RXSTALL) { in musb_host_tx() [all …]
|
/linux/arch/nios2/boot/dts/ |
H A D | 3c120_devboard.dts | 103 reg-names = "control_port", "rx_csr", "tx_csr", "s1";
|
H A D | 10m50_devboard.dts | 93 reg-names = "control_port", "rx_csr", "rx_desc", "rx_resp", "tx_csr", "tx_desc";
|
/linux/drivers/net/ethernet/altera/ |
H A D | altera_tse_main.c | 1246 ret = request_and_map(pdev, "tx_csr", &dma_res, in altera_tse_probe()
|