Home
last modified time | relevance | path

Searched refs:epN (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_udc.c131 w = readw(&musbr->ep[1].epN.rxmaxp); in musb_db_regs()
134 w = readw(&musbr->ep[1].epN.rxcsr); in musb_db_regs()
137 w = readw(&musbr->ep[1].epN.txmaxp); in musb_db_regs()
140 w = readw(&musbr->ep[1].epN.txcsr); in musb_db_regs()
278 peri_rxcsr = readw(&musbr->ep[ep].epN.rxcsr); in musb_peri_rx_ack()
280 writew(peri_rxcsr, &musbr->ep[ep].epN.rxcsr); in musb_peri_rx_ack()
287 peri_txcsr = readw(&musbr->ep[ep].epN.txcsr); in musb_peri_tx_ready()
289 writew(peri_txcsr, &musbr->ep[ep].epN.txcsr); in musb_peri_tx_ready()
629 u8 peri_rxcsr = readw(&musbr->ep[ep].epN.rxcsr); in musb_peri_rx_ep()
638 peri_rxcount = readw(&musbr->ep[ep].epN.rxcount); in musb_peri_rx_ep()
[all …]
H A Dmusb_core.h115 struct musb_epN_regs epN; member