Home
last modified time | relevance | path

Searched refs:portsc (Results 1 – 16 of 16) sorted by relevance

/drivers/usb/early/
Dehci-dbgp.c500 u32 ctrl, portsc, cmd; in _dbgp_external_startup() local
514 portsc = readl(&ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup()
515 if (!(portsc & PORT_CONNECT) && try_hard_once) { in _dbgp_external_startup()
523 portsc = readl(&ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup()
524 portsc |= PORT_TEST_PKT; in _dbgp_external_startup()
525 writel(portsc, &ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup()
551 portsc = readl(&ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup()
552 portsc &= ~PORT_PE; in _dbgp_external_startup()
553 writel(portsc, &ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup()
616 u32 portsc; in ehci_reset_port() local
[all …]
/drivers/usb/gadget/udc/
Dmv_udc_core.c1017 u32 tmp, portsc; in udc_reset() local
1054 portsc = readl(&udc->op_regs->portsc[0]); in udc_reset()
1056 portsc &= (~PORTSCX_W1C_BITS | ~PORTSCX_PORT_POWER); in udc_reset()
1059 portsc |= PORTSCX_FORCE_FULL_SPEED_CONNECT; in udc_reset()
1061 portsc &= (~PORTSCX_FORCE_FULL_SPEED_CONNECT); in udc_reset()
1063 writel(portsc, &udc->op_regs->portsc[0]); in udc_reset()
1139 u32 portsc; in mv_udc_wakeup() local
1145 portsc = readl(&udc->op_regs->portsc); in mv_udc_wakeup()
1147 if (!(portsc & PORTSCX_PORT_SUSPEND)) in mv_udc_wakeup()
1150 portsc |= PORTSCX_PORT_FORCE_RESUME; in mv_udc_wakeup()
[all …]
Dmv_udc.h159 u32 portsc[VUSBHS_MAX_PORTS]; /* Port Status/Control x, x = 1..8 */ member
Dmv_u3d.h138 u32 portsc; /* port status and control register*/ member
Dfsl_udc_core.c1155 u32 portsc; in fsl_wakeup() local
1161 portsc = fsl_readl(&dr_regs->portsc1); in fsl_wakeup()
1163 if (!(portsc & PORTSCX_PORT_SUSPEND)) in fsl_wakeup()
1166 portsc |= PORTSCX_PORT_FORCE_RESUME; in fsl_wakeup()
1167 fsl_writel(portsc, &dr_regs->portsc1); in fsl_wakeup()
/drivers/usb/host/
Dehci-fsl.c204 u32 portsc; in ehci_fsl_setup_phy() local
215 portsc = ehci_readl(ehci, &ehci->regs->port_status[port_offset]); in ehci_fsl_setup_phy()
216 portsc &= ~(PORT_PTS_MSK | PORT_PTS_PTW); in ehci_fsl_setup_phy()
226 portsc |= PORT_PTS_ULPI; in ehci_fsl_setup_phy()
229 portsc |= PORT_PTS_SERIAL; in ehci_fsl_setup_phy()
232 portsc |= PORT_PTS_PTW; in ehci_fsl_setup_phy()
245 portsc |= PORT_PTS_UTMI; in ehci_fsl_setup_phy()
263 ehci_writel(ehci, portsc, &ehci->regs->port_status[port_offset]); in ehci_fsl_setup_phy()
Dfotg210.h659 fotg210_get_speed(struct fotg210_hcd *fotg210, unsigned int portsc) in fotg210_get_speed() argument
667 fotg210_port_speed(struct fotg210_hcd *fotg210, unsigned int portsc) in fotg210_port_speed() argument
669 switch (fotg210_get_speed(fotg210, portsc)) { in fotg210_port_speed()
Dfusbh200.h649 fusbh200_get_speed(struct fusbh200_hcd *fusbh200, unsigned int portsc) in fusbh200_get_speed() argument
657 fusbh200_port_speed(struct fusbh200_hcd *fusbh200, unsigned int portsc) in fusbh200_port_speed() argument
659 switch (fusbh200_get_speed(fusbh200, portsc)) { in fusbh200_port_speed()
Dxhci-hub.c83 u32 portsc; in xhci_usb2_hub_descriptor() local
98 portsc = readl(xhci->usb2_ports[i]); in xhci_usb2_hub_descriptor()
102 if (portsc & PORT_DEV_REMOVE) in xhci_usb2_hub_descriptor()
135 u32 portsc; in xhci_usb3_hub_descriptor() local
152 portsc = readl(xhci->usb3_ports[i]); in xhci_usb3_hub_descriptor()
153 if (portsc & PORT_DEV_REMOVE) in xhci_usb3_hub_descriptor()
Dehci.h655 ehci_port_speed(struct ehci_hcd *ehci, unsigned int portsc) in ehci_port_speed() argument
658 switch ((portsc >> (ehci->has_hostpc ? 25 : 26)) & 3) { in ehci_port_speed()
675 #define ehci_port_speed(ehci, portsc) USB_PORT_STAT_HIGH_SPEED argument
Dehci-mxc.c131 ehci_writel(ehci, pdata->portsc, &ehci->regs->port_status[0]); in ehci_mxc_drv_probe()
Doxu210hp-hcd.c3146 unsigned int portsc) in oxu_port_speed() argument
3148 switch ((portsc >> 26) & 3) { in oxu_port_speed()
/drivers/usb/chipidea/
Dcore.c262 u32 portsc, lpm, sts = 0; in hw_phymode_configure() local
266 portsc = PORTSC_PTS(PTS_UTMI); in hw_phymode_configure()
270 portsc = PORTSC_PTS(PTS_UTMI) | PORTSC_PTW; in hw_phymode_configure()
274 portsc = PORTSC_PTS(PTS_ULPI); in hw_phymode_configure()
278 portsc = PORTSC_PTS(PTS_SERIAL); in hw_phymode_configure()
283 portsc = PORTSC_PTS(PTS_HSIC); in hw_phymode_configure()
295 hw_write(ci, OP_PORTSC, PORTSC_PTS(7) | PORTSC_PTW, portsc); in hw_phymode_configure()
/drivers/usb/phy/
Dphy-fsl-usb.c177 tmp = fsl_readl(&usb_dr_regs->portsc) & ~PORTSC_W1C_BITS; in fsl_otg_drv_vbus()
178 fsl_writel(tmp | PORTSC_PORT_POWER, &usb_dr_regs->portsc); in fsl_otg_drv_vbus()
180 tmp = fsl_readl(&usb_dr_regs->portsc) & in fsl_otg_drv_vbus()
182 fsl_writel(tmp, &usb_dr_regs->portsc); in fsl_otg_drv_vbus()
213 tmp = fsl_readl(&fsl_otg_dev->dr_mem_map->portsc) & ~PORTSC_W1C_BITS; in fsl_otg_loc_sof()
219 fsl_writel(tmp, &fsl_otg_dev->dr_mem_map->portsc); in fsl_otg_loc_sof()
956 temp = fsl_readl(&p_otg->dr_mem_map->portsc); in usb_otg_start()
971 fsl_writel(temp, &p_otg->dr_mem_map->portsc); in usb_otg_start()
1039 fsl_readl(&usb_dr_regs->portsc), in show_fsl_usb2_otg_state()
Dphy-mv-usb.h124 u32 portsc[VUSBHS_MAX_PORTS]; /* Port Status/Control x, x = 1..8 */ member
Dphy-fsl-usb.h329 u32 portsc; /* Port 1 Status and Control Register */ member