Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c184 #define INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR | STS_INT) macro
186 #define INTR_MASK (STS_IAA | STS_FATAL | STS_ERR | STS_INT) macro
6978 ehci_writel (INTR_MASK, (U32)&ehci->regs->intr_enable); in ehci_start()
7968 status &= INTR_MASK; in ehci_irq()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c132 #define INTR_MASK (USBSTS_IAA | USBSTS_FATAL | USBSTS_PCD | USBSTS_ERR | USBSTS_INT) macro
2372 hcd_reg_writel (INTR_MASK, (U32)&ehci->op_regs->usbintr); in ms_ehci_begin()
2650 u32Status &= INTR_MASK; in ms_ehci_irq()