Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-hub.c54 switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_rh_suspend()
57 ohci->hc_control &= ~OHCI_CTRL_HCFS; in ohci_rh_suspend()
124 ohci->hc_control &= ~OHCI_CTRL_HCFS; in ohci_rh_suspend()
172 } else switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_rh_resume()
174 ohci->hc_control &= ~(OHCI_CTRL_HCFS|OHCI_SCHED_ENABLES); in ohci_rh_resume()
216 temp &= OHCI_CTRL_HCFS; in ohci_rh_resume()
357 switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_root_hub_state_changes()
H A Dehci.h230 #define OHCI_CTRL_HCFS (3 << 6) macro
794 hc_control = (readl_be(ehci->ohci_hcctrl_reg) & ~OHCI_CTRL_HCFS); in set_ohci_hcfs()
H A Disp1362-hcd.c1745 switch (isp1362_hcd->hc_control & OHCI_CTRL_HCFS) { in isp1362_bus_suspend()
1748 isp1362_hcd->hc_control &= ~OHCI_CTRL_HCFS; in isp1362_bus_suspend()
1811 if ((isp1362_hcd->hc_control & OHCI_CTRL_HCFS) != OHCI_USB_SUSPEND) { in isp1362_bus_suspend()
1848 switch (isp1362_hcd->hc_control & OHCI_CTRL_HCFS) { in isp1362_bus_resume()
1851 isp1362_hcd->hc_control &= ~OHCI_CTRL_HCFS; in isp1362_bus_resume()
1947 switch (mask & OHCI_CTRL_HCFS) { in dump_ctrl()
H A Dohci-hcd.c574 switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_run()
1143 switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_resume()
H A Dohci.h259 #define OHCI_CTRL_HCFS (3 << 6) /* host controller functional state */ macro
H A Dohci-dbg.c120 hcfs2string (temp & OHCI_CTRL_HCFS), in ohci_dump_status()
H A Disp1362.h274 #define OHCI_CTRL_HCFS (3 << 6) /* host controller functional state */ macro
H A Du132-hcd.c1612 "= %08X\n", hcfs2string(u132->hc_control & OHCI_CTRL_HCFS), in u132_run()
1614 switch (u132->hc_control & OHCI_CTRL_HCFS) { in u132_run()
2724 if ((u132->hc_control & OHCI_CTRL_HCFS) in u132_roothub_clearportfeature()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h190 #define OHCI_CTRL_HCFS (3 << 6) /* host controller functional state */ macro
H A Dau1x00_usb_ohci.c265 hcfs2string (temp & OHCI_CTRL_HCFS), in ohci_dump_status()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h206 #define OHCI_CTRL_HCFS (3 << 6) /* host controller functional state */ macro
H A Dohci-hcd.c399 hcfs2string(temp & OHCI_CTRL_HCFS), in ohci_dump_status()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dftdi-elan.c2232 switch (hc_control & OHCI_CTRL_HCFS) { in ftdi_elan_check_controller()