Lines Matching refs:epN
136 w = readw(&musbr->ep[1].epN.rxmaxp); in musb_db_regs()
139 w = readw(&musbr->ep[1].epN.rxcsr); in musb_db_regs()
142 w = readw(&musbr->ep[1].epN.txmaxp); in musb_db_regs()
145 w = readw(&musbr->ep[1].epN.txcsr); in musb_db_regs()
283 peri_rxcsr = readw(&musbr->ep[ep].epN.rxcsr); in musb_peri_rx_ack()
285 writew(peri_rxcsr, &musbr->ep[ep].epN.rxcsr); in musb_peri_rx_ack()
292 peri_txcsr = readw(&musbr->ep[ep].epN.txcsr); in musb_peri_tx_ready()
294 writew(peri_txcsr, &musbr->ep[ep].epN.txcsr); in musb_peri_tx_ready()
634 u16 peri_rxcsr = readw(&musbr->ep[ep].epN.rxcsr); in musb_peri_rx_ep()
643 peri_rxcount = readw(&musbr->ep[ep].epN.rxcount); in musb_peri_rx_ep()
822 u16 peri_txcsr = readw(&musbr->ep[ep].epN.txcsr); in udc_endpoint_write()
827 writew(peri_txcsr, &musbr->ep[ep].epN.txcsr); in udc_endpoint_write()