intrtxe           753 drivers/usb/musb/musb_core.c 	musb->intrtxe = musb->epmask;
intrtxe           754 drivers/usb/musb/musb_core.c 	musb_writew(musb->mregs, MUSB_INTRTXE, musb->intrtxe);
intrtxe          1022 drivers/usb/musb/musb_core.c 	musb->intrtxe = 0;
intrtxe          1038 drivers/usb/musb/musb_core.c 	musb->intrtxe = musb->epmask;
intrtxe          1039 drivers/usb/musb/musb_core.c 	musb_writew(regs, MUSB_INTRTXE, musb->intrtxe);
intrtxe          2589 drivers/usb/musb/musb_core.c 	musb_writew(musb_base, MUSB_INTRTXE, musb->intrtxe);
intrtxe           285 drivers/usb/musb/musb_core.h 	u16			intrtxe;
intrtxe           979 drivers/usb/musb/musb_gadget.c 		musb->intrtxe |= (1 << epnum);
intrtxe           980 drivers/usb/musb/musb_gadget.c 		musb_writew(mbase, MUSB_INTRTXE, musb->intrtxe);
intrtxe          1100 drivers/usb/musb/musb_gadget.c 		musb->intrtxe &= ~(1 << epnum);
intrtxe          1101 drivers/usb/musb/musb_gadget.c 		musb_writew(musb->mregs, MUSB_INTRTXE, musb->intrtxe);
intrtxe          1461 drivers/usb/musb/musb_gadget.c 	musb_writew(mbase, MUSB_INTRTXE, musb->intrtxe & ~(1 << epnum));
intrtxe          1485 drivers/usb/musb/musb_gadget.c 	musb_writew(mbase, MUSB_INTRTXE, musb->intrtxe);
intrtxe           746 drivers/usb/musb/musb_host.c 		int_txe = musb->intrtxe;