Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/musb-new/
Dmusb_gadget.c1089 u16 int_txe = musb_readw(mbase, MUSB_INTRTXE); in musb_gadget_enable() local
1101 int_txe |= (1 << epnum); in musb_gadget_enable()
1102 musb_writew(mbase, MUSB_INTRTXE, int_txe); in musb_gadget_enable()
1230 u16 int_txe = musb_readw(musb->mregs, MUSB_INTRTXE); in musb_gadget_disable() local
1231 int_txe &= ~(1 << epnum); in musb_gadget_disable()
1232 musb_writew(musb->mregs, MUSB_INTRTXE, int_txe); in musb_gadget_disable()
1557 u16 csr, int_txe; in musb_gadget_fifo_flush() local
1565 int_txe = musb_readw(mbase, MUSB_INTRTXE); in musb_gadget_fifo_flush()
1566 musb_writew(mbase, MUSB_INTRTXE, int_txe & ~(1 << epnum)); in musb_gadget_fifo_flush()
1590 musb_writew(mbase, MUSB_INTRTXE, int_txe); in musb_gadget_fifo_flush()
Dmusb_host.c725 u16 int_txe; in musb_ep_program() local
731 int_txe = musb_readw(mbase, MUSB_INTRTXE); in musb_ep_program()
732 musb_writew(mbase, MUSB_INTRTXE, int_txe & ~(1 << epnum)); in musb_ep_program()
818 musb_writew(mbase, MUSB_INTRTXE, int_txe); in musb_ep_program()