Searched refs:portsc (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-lpm.c22 u32 __iomem portsc; local
29 portsc = ehci_readl(ehci, &ehci->regs->port_status[port_num-1]);
30 portsc &= ~PORT_DEV_ADDR;
31 portsc |= dev_addr<<25;
32 ehci_writel(ehci, portsc, &ehci->regs->port_status[port_num-1]);
42 u32 __iomem *portsc ; local
46 portsc = &ehci->regs->port_status[port-1];
47 val32 = ehci_readl(ehci, portsc);
53 ehci_writel(ehci, val32, portsc);
57 ehci_writel(ehci, val32, portsc);
[all...]
H A Dehci-fsl.c167 u32 portsc = 0; local
170 portsc |= PORT_PTS_ULPI;
173 portsc |= PORT_PTS_SERIAL;
176 portsc |= PORT_PTS_PTW;
179 portsc |= PORT_PTS_UTMI;
184 ehci_writel(ehci, portsc, &ehci->regs->port_status[port_offset]);
H A Dehci.h559 ehci_port_speed(struct ehci_hcd *ehci, unsigned int portsc) argument
562 switch ((portsc >> (ehci->has_hostpc ? 25 : 26)) & 3) {
579 #define ehci_port_speed(ehci, portsc) USB_PORT_STAT_HIGH_SPEED
H A Dehci-dbg.c983 u32 __iomem *portsc ; local
1004 portsc = &ehci->regs->port_status[port-1];
1005 temp = ehci_readl(ehci, portsc);
1011 ehci_writel(ehci, temp, portsc);
1030 portsc = &ehci->regs->port_status[port-1];
1031 temp = ehci_readl(ehci, portsc);
1037 ehci_writel(ehci, temp, portsc);
H A Dehci-mxc.c199 writel(pdata->portsc, hcd->regs + PORTSC_OFFSET);
H A Doxu210hp-hcd.c3113 unsigned int portsc)
3115 switch ((portsc >> 26) & 3) {
3112 oxu_port_speed(struct oxu_hcd *oxu, unsigned int portsc) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-mxc/include/mach/
H A Dmxc_ehci.h4 /* values for portsc field */
45 unsigned int portsc; member in struct:mxc_usbh_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/early/
H A Dehci-dbgp.c85 dbgp_printk(" ehci portsc : %08x\n",
496 u32 ctrl, portsc, cmd; local
510 portsc = readl(&ehci_regs->port_status[dbg_port - 1]);
511 if (!(portsc & PORT_CONNECT) && try_hard_once) {
519 portsc = readl(&ehci_regs->port_status[dbg_port - 1]);
520 portsc |= PORT_TEST_PKT;
521 writel(portsc, &ehci_regs->port_status[dbg_port - 1]);
547 portsc = readl(&ehci_regs->port_status[dbg_port - 1]);
548 portsc &= ~PORT_PE;
549 writel(portsc,
617 u32 portsc; local
760 u32 ctrl, portsc, hcs_params; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx25/
H A Dmach-cpuimx25.c93 .portsc = MXC_EHCI_MODE_UTMI,
98 .portsc = MXC_EHCI_MODE_SERIAL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx3/
H A Dmach-cpuimx35.c145 .portsc = MXC_EHCI_MODE_UTMI,
150 .portsc = MXC_EHCI_MODE_SERIAL,
H A Dmach-mx31lilly.c229 .portsc = MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT,
235 .portsc = MXC_EHCI_MODE_UTMI | MXC_EHCI_SERIAL,
241 .portsc = MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT,
H A Dmach-pcm043.c310 .portsc = MXC_EHCI_MODE_UTMI,
315 .portsc = MXC_EHCI_MODE_SERIAL,
H A Dmx31moboard-devboard.c192 .portsc = MXC_EHCI_MODE_UTMI | MXC_EHCI_SERIAL,
H A Dmx31moboard-smartbot.c130 .portsc = MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT,
H A Dmach-armadillo5x0.c250 .portsc = MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT,
256 .portsc = MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT,
H A Dmach-pcm037.c544 .portsc = MXC_EHCI_MODE_ULPI,
549 .portsc = MXC_EHCI_MODE_ULPI,
H A Dmach-mx31lite.c176 .portsc = MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT,
H A Dmx31moboard-marxbot.c308 .portsc = MXC_EHCI_MODE_UTMI | MXC_EHCI_SERIAL,
H A Dmach-mx31moboard.c408 .portsc = MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-imx/
H A Dmach-cpuimx27.c220 .portsc = MXC_EHCI_MODE_ULPI,
225 .portsc = MXC_EHCI_MODE_ULPI,
H A Dmach-pca100.c295 .portsc = MXC_EHCI_MODE_ULPI,
307 .portsc = MXC_EHCI_MODE_ULPI,
H A Dmach-pcm038.c290 .portsc = MXC_EHCI_MODE_ULPI,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx5/
H A Dboard-cpuimx51.c204 .portsc = MXC_EHCI_UTMI_16BIT,
215 .portsc = MXC_EHCI_MODE_ULPI,
H A Dboard-mx51_babbage.c213 .portsc = MXC_EHCI_UTMI_16BIT,
224 .portsc = MXC_EHCI_MODE_ULPI,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfsl_udc_core.c1046 u32 portsc; local
1052 portsc = fsl_readl(&dr_regs->portsc1);
1054 if (!(portsc & PORTSCX_PORT_SUSPEND))
1057 portsc |= PORTSCX_PORT_FORCE_RESUME;
1058 fsl_writel(portsc, &dr_regs->portsc1);

Completed in 234 milliseconds

12