Home
last modified time | relevance | path

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

/external/qemu/hw/
Dusb-ohci.c222 #define OHCI_CTL_HCFS ((1<<6)|(1<<7)) macro
351 if ((s->ctl & OHCI_CTL_HCFS) == OHCI_USB_SUSPEND) in ohci_attach()
1270 old_state = ohci->ctl & OHCI_CTL_HCFS; in ohci_set_ctl()
1272 new_state = ohci->ctl & OHCI_CTL_HCFS; in ohci_set_ctl()
1301 if ((ohci->ctl & OHCI_CTL_HCFS) != OHCI_USB_OPERATIONAL) in ohci_get_frame_remaining()