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

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-mx25/
H A Dmach-cpuimx25.c93 .portsc = MXC_EHCI_MODE_UTMI,
98 .portsc = MXC_EHCI_MODE_SERIAL,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-imx/
H A Dmach-cpuimx27.c220 .portsc = MXC_EHCI_MODE_ULPI,
225 .portsc = MXC_EHCI_MODE_ULPI,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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,

Completed in 284 milliseconds

123