Searched refs:OHCI_CTL_HCFS (Results 1 – 1 of 1) sorted by relevance
222 #define OHCI_CTL_HCFS ((1<<6)|(1<<7)) macro351 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()