Searched refs:portsc1 (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/host/
H A Duhci-debug.c310 unsigned short portsc1, portsc2; local
319 portsc1 = uhci_readw(uhci, USBPORTSC1);
354 out += uhci_show_sc(1, portsc1, out);
/drivers/usb/gadget/udc/
H A Dfsl_usb2_udc.h48 u32 portsc1; /* Port 1 Status and Control Register */ member in struct:usb_dr_device
85 u32 portsc1; /* Port 1 Status and Control Register */ member in struct:usb_dr_host
H A Dfsl_udc_core.c241 portctrl = fsl_readl(&dr_regs->portsc1);
279 fsl_writel(portctrl, &dr_regs->portsc1);
1161 portsc = fsl_readl(&dr_regs->portsc1);
1167 fsl_writel(portsc, &dr_regs->portsc1);
1474 tmp = fsl_readl(&dr_regs->portsc1) | (ptc << 16);
1475 fsl_writel(tmp, &dr_regs->portsc1);
1743 if (!(fsl_readl(&dr_regs->portsc1) & PORTSCX_PORT_RESET))
1746 portscx_device_speed(fsl_readl(&dr_regs->portsc1));
1832 if (fsl_readl(&dr_regs->portsc1) & PORTSCX_PORT_RESET) {
1879 if ((fsl_readl(&dr_regs->portsc1)
[all...]

Completed in 41 milliseconds