Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-ohci.c150 #define OHCI_CTL_HCFS ((1 << 6) | (1 << 7)) macro
1327 old_state = ohci->ctl & OHCI_CTL_HCFS; in ohci_set_ctl()
1329 new_state = ohci->ctl & OHCI_CTL_HCFS; in ohci_set_ctl()
1360 if ((ohci->ctl & OHCI_CTL_HCFS) != OHCI_USB_OPERATIONAL) { in ohci_get_frame_remaining()
1423 if ((s->ctl & OHCI_CTL_HCFS) == OHCI_USB_SUSPEND) { in ohci_resume()
1425 s->ctl &= ~OHCI_CTL_HCFS; in ohci_resume()
1793 if ((s->ctl & OHCI_CTL_HCFS) == OHCI_USB_SUSPEND) { in ohci_attach()