Home
last modified time | relevance | path

Searched refs:USBSTS_RD (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Duhci-hcd.c469 if (status & ~(USBSTS_USBINT | USBSTS_ERROR | USBSTS_RD)) { in uhci_irq()
496 if (status & USBSTS_RD) { in uhci_irq()
H A Duhci-hcd.h32 #define USBSTS_RD 0x0004 /* Resume Detect */ macro
H A Duhci-debug.c341 (usbstat & USBSTS_RD) ? "ResumeDetect " : "", in uhci_show_status()