Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/usb/
H A Dehci-regs.h31 #define USBSTS_PCD (1 << 2) // Port Change Detect macro
/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c156 if (mask & USBSTS_PCD) { in ehci_trace_usbsts()
218 if (intr & (USBSTS_PCD | USBSTS_FLR | USBSTS_HSE)) { in ehci_raise_irq()
710 ehci_raise_irq(s, USBSTS_PCD); in ehci_attach()
739 ehci_raise_irq(s, USBSTS_PCD); in ehci_detach()
773 ehci_raise_irq(s, USBSTS_PCD); in ehci_wakeup()
H A Dhcd-xhci.c82 #define USBSTS_PCD (1<<4) macro
2964 xhci->usbsts &= ~(val & (USBSTS_HSE|USBSTS_EINT|USBSTS_PCD|USBSTS_SRE)); in xhci_oper_write()