Searched refs:USBSTS_INT (Results 1 – 4 of 4) sorted by relevance
29 #define USBSTS_INT (1 << 0) // USB Interrupt macro
100 #define USBSTS_INT 0x00000001 macro
2030 if (status & USBSTS_INT) in mv_udc_irq()
150 if (mask & USBSTS_INT) { in ehci_trace_usbsts()1314 ehci_raise_irq(q->ehci, USBSTS_INT); in ehci_execute_complete()1334 ehci_raise_irq(q->ehci, USBSTS_INT); in ehci_execute_complete()1507 ehci_raise_irq(ehci, USBSTS_INT); in ehci_process_itd()2349 if (ehci->int_req_by_async && (ehci->usbsts & USBSTS_INT)) { in ehci_work_bh()