Searched refs:OHCI_CTRL_HCFS (Results 1 – 3 of 3) sorted by relevance
53 #define OHCI_CTRL_HCFS (3 << 6) /* BUS state mask */ macro
392 hcfs2string (temp & OHCI_CTRL_HCFS), in ohci_dump_status()1901 if ((ohci->hc_control & OHCI_CTRL_HCFS) != OHCI_USB_OPER) in rh_int_timer_do()2721 hcfs2string (ohci->hc_control & OHCI_CTRL_HCFS), in ohci_pci_remove()2731 if ((ohci->hc_control & OHCI_CTRL_HCFS) != OHCI_USB_OPER || in_interrupt ()) { in ohci_pci_remove()2759 if ((ohci->hc_control & OHCI_CTRL_HCFS) != OHCI_USB_OPER) { in ohci_pci_suspend()2761 hcfs2string (ohci->hc_control & OHCI_CTRL_HCFS)); in ohci_pci_suspend()2795 switch (readl (&ohci->regs->control) & OHCI_CTRL_HCFS) { in ohci_pci_suspend()2859 temp = ohci->hc_control & OHCI_CTRL_HCFS; in ohci_pci_resume()2888 temp = ohci->hc_control & OHCI_CTRL_HCFS; in ohci_pci_resume()
192 #define OHCI_CTRL_HCFS (3 << 6) /* host controller functional state */ macro