Searched refs:OHCI_CTRL_HCFS (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-hub.c53 switch (ohci->hc_control & OHCI_CTRL_HCFS) {
56 ohci->hc_control &= ~OHCI_CTRL_HCFS;
105 ohci->hc_control &= ~OHCI_CTRL_HCFS;
152 } else switch (ohci->hc_control & OHCI_CTRL_HCFS) {
154 ohci->hc_control &= ~(OHCI_CTRL_HCFS|OHCI_SCHED_ENABLES);
197 temp &= OHCI_CTRL_HCFS;
329 switch (ohci->hc_control & OHCI_CTRL_HCFS) {
379 switch (ohci->hc_control & OHCI_CTRL_HCFS) {
H A Dehci.h137 #define OHCI_CTRL_HCFS (3 << 6) macro
652 hc_control = (readl_be(ehci->ohci_hcctrl_reg) & ~OHCI_CTRL_HCFS);
H A Dohci.h250 #define OHCI_CTRL_HCFS (3 << 6) /* host controller functional state */ macro
H A Disp1362-hcd.c1754 switch (isp1362_hcd->hc_control & OHCI_CTRL_HCFS) {
1757 isp1362_hcd->hc_control &= ~OHCI_CTRL_HCFS;
1819 if ((isp1362_hcd->hc_control & OHCI_CTRL_HCFS) != OHCI_USB_SUSPEND) {
1855 switch (isp1362_hcd->hc_control & OHCI_CTRL_HCFS) {
1858 isp1362_hcd->hc_control &= ~OHCI_CTRL_HCFS;
1968 switch (mask & OHCI_CTRL_HCFS) {
H A Disp1362.h324 #define OHCI_CTRL_HCFS (3 << 6) /* host controller functional state */ macro
H A Dohci-dbg.c150 hcfs2string (temp & OHCI_CTRL_HCFS),
H A Dohci-hcd.c605 switch (ohci->hc_control & OHCI_CTRL_HCFS) {
H A Du132-hcd.c1625 "= %08X\n", hcfs2string(u132->hc_control & OHCI_CTRL_HCFS),
1627 switch (u132->hc_control & OHCI_CTRL_HCFS) {
2750 if ((u132->hc_control & OHCI_CTRL_HCFS)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dftdi-elan.c2329 switch (hc_control & OHCI_CTRL_HCFS) {

Completed in 163 milliseconds