Searched refs:ohci_set_interrupt (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-ohci.c | 274 static inline void ohci_set_interrupt(OHCIState *ohci, uint32_t intr) in ohci_set_interrupt() function 1185 ohci_set_interrupt(ohci, OHCI_INTR_SF); in ohci_sof() 1260 ohci_set_interrupt(ohci, OHCI_INTR_WD); in ohci_frame_boundary() 1416 ohci_set_interrupt(ohci, OHCI_INTR_RHSC); in ohci_set_hub_status() 1450 ohci_set_interrupt(ohci, OHCI_INTR_RD); in ohci_port_set_if_connected() 1503 ohci_set_interrupt(ohci, OHCI_INTR_RHSC); in ohci_port_set_status() 1794 ohci_set_interrupt(s, OHCI_INTR_RD); in ohci_attach() 1800 ohci_set_interrupt(s, OHCI_INTR_RHSC); in ohci_attach() 1837 ohci_set_interrupt(s, OHCI_INTR_RHSC); in ohci_detach() 1860 ohci_set_interrupt(s, intr); in ohci_wakeup() [all …]
|