Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-hub.c186 case OHCI_USB_OPER: in ohci_rh_resume()
246 ohci_writel (ohci, OHCI_USB_OPER, &ohci->regs->control); in ohci_rh_resume()
253 temp |= OHCI_CONTROL_INIT | OHCI_USB_OPER; in ohci_rh_resume()
358 case OHCI_USB_OPER: in ohci_root_hub_state_changes()
H A Dehci.h231 #define OHCI_USB_OPER (2 << 6) macro
796 hc_control |= OHCI_USB_OPER; in set_ohci_hcfs()
H A Dohci-hcd.c575 case OHCI_USB_OPER: in ohci_run()
662 ohci->hc_control |= OHCI_CONTROL_INIT | OHCI_USB_OPER; in ohci_run()
1144 case OHCI_USB_OPER: in ohci_resume()
H A Dohci.h267 # define OHCI_USB_OPER (2 << 6) macro
H A Disp1362-hcd.c1859 case OHCI_USB_OPER: in isp1362_bus_resume()
1895 isp1362_hcd->hc_control = OHCI_USB_OPER; in isp1362_bus_resume()
1948 case OHCI_USB_OPER: in dump_ctrl()
2562 isp1362_hcd->hc_control = OHCI_USB_OPER; in isp1362_hc_start()
H A Dohci-dbg.c80 case OHCI_USB_OPER: return "operational"; in hcfs2string()
H A Du132-hcd.c1545 case OHCI_USB_OPER: in hcfs2string()
1615 case OHCI_USB_OPER: in u132_run()
1709 u132->hc_control |= OHCI_CONTROL_INIT | OHCI_CTRL_BLE | OHCI_USB_OPER; in u132_run()
2725 != OHCI_USB_OPER) { in u132_roothub_clearportfeature()
H A Disp1362.h281 # define OHCI_USB_OPER (2 << 6) macro
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h198 # define OHCI_USB_OPER (2 << 6) macro
H A Dau1x00_usb_ohci.c244 case OHCI_USB_OPER: return "operational"; in hcfs2string()
1313 ohci->hc_control = OHCI_CONTROL_INIT | OHCI_USB_OPER; in hc_start()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h214 # define OHCI_USB_OPER (2 << 6) macro
H A Dohci-hcd.c378 case OHCI_USB_OPER: return "operational"; in hcfs2string()
1870 ohci->hc_control = OHCI_CONTROL_INIT | OHCI_USB_OPER; in hc_start()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dftdi-elan.c2233 case OHCI_USB_OPER: in ftdi_elan_check_controller()
2332 hc_control |= OHCI_CONTROL_INIT | OHCI_CTRL_BLE | OHCI_USB_OPER; in ftdi_elan_check_controller()