Home
last modified time | relevance | path

Searched defs:OHCI_INTR_RHSC (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dohci.h238 #define OHCI_INTR_RHSC (1 << 6) /* root hub status change */ macro
/openbmc/linux/drivers/usb/host/
H A Dohci.h291 #define OHCI_INTR_RHSC (1 << 6) /* root hub status change */ macro
H A Disp1362.h302 #define OHCI_INTR_RHSC (1 << 6) /* root hub status change */ macro
/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c171 #define OHCI_INTR_RHSC (1U << 6) /* Root hub status change */ macro