Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/musb/
Dmusb_gadget.c1094 u16 int_txe = musb_readw(mbase, MUSB_INTRTXE); in musb_gadget_enable() local
1106 int_txe |= (1 << epnum); in musb_gadget_enable()
1107 musb_writew(mbase, MUSB_INTRTXE, int_txe); in musb_gadget_enable()
1239 u16 int_txe = musb_readw(musb->mregs, MUSB_INTRTXE); in musb_gadget_disable() local
1240 int_txe &= ~(1 << epnum); in musb_gadget_disable()
1241 musb_writew(musb->mregs, MUSB_INTRTXE, int_txe); in musb_gadget_disable()
1562 u16 csr, int_txe; in musb_gadget_fifo_flush() local
1570 int_txe = musb_readw(mbase, MUSB_INTRTXE); in musb_gadget_fifo_flush()
1571 musb_writew(mbase, MUSB_INTRTXE, int_txe & ~(1 << epnum)); in musb_gadget_fifo_flush()
1595 musb_writew(mbase, MUSB_INTRTXE, int_txe); in musb_gadget_fifo_flush()
Dmusb_host.c717 u16 int_txe; in musb_ep_program() local
723 int_txe = musb_readw(mbase, MUSB_INTRTXE); in musb_ep_program()
724 musb_writew(mbase, MUSB_INTRTXE, int_txe & ~(1 << epnum)); in musb_ep_program()
810 musb_writew(mbase, MUSB_INTRTXE, int_txe); in musb_ep_program()