portsc            235 arch/arm/mach-imx/mach-armadillo5x0.c 	.portsc	= MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT,
portsc            240 arch/arm/mach-imx/mach-armadillo5x0.c 	.portsc	= MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT,
portsc            415 arch/arm/mach-imx/mach-imx27_visstrim_m10.c 	.portsc	= MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT,
portsc            208 arch/arm/mach-imx/mach-mx27_3ds.c 	.portsc	= MXC_EHCI_MODE_ULPI,
portsc            502 arch/arm/mach-imx/mach-mx31_3ds.c 	.portsc	= MXC_EHCI_MODE_ULPI,
portsc            507 arch/arm/mach-imx/mach-mx31_3ds.c 	.portsc	= MXC_EHCI_MODE_ULPI,
portsc            200 arch/arm/mach-imx/mach-mx31lilly.c 	.portsc	= MXC_EHCI_MODE_UTMI | MXC_EHCI_SERIAL,
portsc            205 arch/arm/mach-imx/mach-mx31lilly.c 	.portsc	= MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT,
portsc            185 arch/arm/mach-imx/mach-mx31lite.c 	.portsc = MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT,
portsc            405 arch/arm/mach-imx/mach-mx31moboard.c 	.portsc	= MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT,
portsc            417 arch/arm/mach-imx/mach-mx35_3ds.c 	.portsc	= MXC_EHCI_MODE_UTMI,
portsc            429 arch/arm/mach-imx/mach-mx35_3ds.c 	.portsc		= MXC_EHCI_MODE_SERIAL,
portsc            264 arch/arm/mach-imx/mach-pca100.c 	.portsc	= MXC_EHCI_MODE_ULPI,
portsc            278 arch/arm/mach-imx/mach-pca100.c 	.portsc	= MXC_EHCI_MODE_ULPI,
portsc            429 arch/arm/mach-imx/mach-pcm037.c 	.portsc	= MXC_EHCI_MODE_ULPI,
portsc            439 arch/arm/mach-imx/mach-pcm037.c 	.portsc	= MXC_EHCI_MODE_ULPI,
portsc            299 arch/arm/mach-imx/mach-pcm043.c 	.portsc	= MXC_EHCI_MODE_UTMI,
portsc            310 arch/arm/mach-imx/mach-pcm043.c 	.portsc	= MXC_EHCI_MODE_SERIAL,
portsc            237 arch/arm/mach-imx/mach-vpr200.c 	.portsc = MXC_EHCI_MODE_SERIAL,
portsc            184 arch/arm/mach-imx/mx31moboard-devboard.c 	.portsc	= MXC_EHCI_MODE_UTMI | MXC_EHCI_SERIAL,
portsc            209 arch/arm/mach-imx/mx31moboard-marxbot.c 	.portsc	= MXC_EHCI_MODE_UTMI | MXC_EHCI_SERIAL,
portsc             52 arch/arm/mach-imx/mx31moboard-smartbot.c 	.portsc = MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT,
portsc            289 drivers/usb/chipidea/core.c 	u32 portsc, lpm, sts = 0;
portsc            293 drivers/usb/chipidea/core.c 		portsc = PORTSC_PTS(PTS_UTMI);
portsc            297 drivers/usb/chipidea/core.c 		portsc = PORTSC_PTS(PTS_UTMI) | PORTSC_PTW;
portsc            301 drivers/usb/chipidea/core.c 		portsc = PORTSC_PTS(PTS_ULPI);
portsc            305 drivers/usb/chipidea/core.c 		portsc = PORTSC_PTS(PTS_SERIAL);
portsc            310 drivers/usb/chipidea/core.c 		portsc = PORTSC_PTS(PTS_HSIC);
portsc            322 drivers/usb/chipidea/core.c 		hw_write(ci, OP_PORTSC, PORTSC_PTS(7) | PORTSC_PTW, portsc);
portsc            315 drivers/usb/chipidea/host.c 		u32 portsc = ehci_readl(ehci, reg);
portsc            317 drivers/usb/chipidea/host.c 		if (portsc & PORT_CONNECT) {
portsc            500 drivers/usb/early/ehci-dbgp.c 	u32 ctrl, portsc, cmd;
portsc            514 drivers/usb/early/ehci-dbgp.c 		portsc = readl(&ehci_regs->port_status[dbg_port - 1]);
portsc            515 drivers/usb/early/ehci-dbgp.c 		if (!(portsc & PORT_CONNECT) && try_hard_once) {
portsc            523 drivers/usb/early/ehci-dbgp.c 			portsc = readl(&ehci_regs->port_status[dbg_port - 1]);
portsc            524 drivers/usb/early/ehci-dbgp.c 			portsc |= PORT_TEST_PKT;
portsc            525 drivers/usb/early/ehci-dbgp.c 			writel(portsc, &ehci_regs->port_status[dbg_port - 1]);
portsc            551 drivers/usb/early/ehci-dbgp.c 	portsc = readl(&ehci_regs->port_status[dbg_port - 1]);
portsc            552 drivers/usb/early/ehci-dbgp.c 	portsc &= ~PORT_PE;
portsc            553 drivers/usb/early/ehci-dbgp.c 	writel(portsc, &ehci_regs->port_status[dbg_port - 1]);
portsc            615 drivers/usb/early/ehci-dbgp.c 	u32 portsc;
portsc            621 drivers/usb/early/ehci-dbgp.c 	portsc = readl(&ehci_regs->port_status[port - 1]);
portsc            622 drivers/usb/early/ehci-dbgp.c 	portsc &= ~PORT_PE;
portsc            623 drivers/usb/early/ehci-dbgp.c 	portsc |= PORT_RESET;
portsc            624 drivers/usb/early/ehci-dbgp.c 	writel(portsc, &ehci_regs->port_status[port - 1]);
portsc            630 drivers/usb/early/ehci-dbgp.c 		portsc = readl(&ehci_regs->port_status[port - 1]);
portsc            631 drivers/usb/early/ehci-dbgp.c 		if (!(portsc & PORT_RESET))
portsc            634 drivers/usb/early/ehci-dbgp.c 	if (portsc & PORT_RESET) {
portsc            637 drivers/usb/early/ehci-dbgp.c 		writel(portsc & ~(PORT_RWC_BITS | PORT_RESET),
portsc            641 drivers/usb/early/ehci-dbgp.c 			portsc = readl(&ehci_regs->port_status[port-1]);
portsc            642 drivers/usb/early/ehci-dbgp.c 		} while ((portsc & PORT_RESET) && (--loop > 0));
portsc            646 drivers/usb/early/ehci-dbgp.c 	if (!(portsc & PORT_CONNECT))
portsc            650 drivers/usb/early/ehci-dbgp.c 	if ((portsc & PORT_CSC))
portsc            654 drivers/usb/early/ehci-dbgp.c 	if (!(portsc & PORT_RESET) && (portsc & PORT_PE))
portsc            758 drivers/usb/early/ehci-dbgp.c 	u32 ctrl, portsc, hcs_params;
portsc            781 drivers/usb/early/ehci-dbgp.c 		portsc = readl(&ehci_regs->port_status[i-1]);
portsc            782 drivers/usb/early/ehci-dbgp.c 		dbgp_printk("portstatus%d: %08x\n", i, portsc);
portsc            350 drivers/usb/early/xhci-dbc.c 	void __iomem *portsc;
portsc            359 drivers/usb/early/xhci-dbc.c 		portsc = ops_reg + 0x400 + i * 0x10;
portsc            360 drivers/usb/early/xhci-dbc.c 		val = readl(portsc);
portsc            362 drivers/usb/early/xhci-dbc.c 			writel(val | PORT_RESET, portsc);
portsc            435 drivers/usb/early/xhci-dbc.c 	ret = handshake(&xdbc.xdbc_reg->portsc, PORTSC_CONN_STATUS, PORTSC_CONN_STATUS, 5000000, 100);
portsc            690 drivers/usb/early/xhci-dbc.c 	port_reg = readl(&xdbc.xdbc_reg->portsc);
portsc            711 drivers/usb/early/xhci-dbc.c 	writel(port_reg, &xdbc.xdbc_reg->portsc);
portsc             28 drivers/usb/early/xhci-dbc.h 	__le32	portsc;		/* Port status and control */
portsc           1151 drivers/usb/gadget/udc/fsl_udc_core.c 	u32 portsc;
portsc           1157 drivers/usb/gadget/udc/fsl_udc_core.c 	portsc = fsl_readl(&dr_regs->portsc1);
portsc           1159 drivers/usb/gadget/udc/fsl_udc_core.c 	if (!(portsc & PORTSCX_PORT_SUSPEND))
portsc           1162 drivers/usb/gadget/udc/fsl_udc_core.c 	portsc |= PORTSCX_PORT_FORCE_RESUME;
portsc           1163 drivers/usb/gadget/udc/fsl_udc_core.c 	fsl_writel(portsc, &dr_regs->portsc1);
portsc            135 drivers/usb/gadget/udc/mv_u3d.h 	u32	portsc;		/* port status and control register*/
portsc            155 drivers/usb/gadget/udc/mv_udc.h 	u32	portsc[VUSBHS_MAX_PORTS]; /* Port Status/Control x, x = 1..8 */
portsc           1005 drivers/usb/gadget/udc/mv_udc_core.c 	u32 tmp, portsc;
portsc           1042 drivers/usb/gadget/udc/mv_udc_core.c 	portsc = readl(&udc->op_regs->portsc[0]);
portsc           1044 drivers/usb/gadget/udc/mv_udc_core.c 		portsc &= (~PORTSCX_W1C_BITS | ~PORTSCX_PORT_POWER);
portsc           1047 drivers/usb/gadget/udc/mv_udc_core.c 		portsc |= PORTSCX_FORCE_FULL_SPEED_CONNECT;
portsc           1049 drivers/usb/gadget/udc/mv_udc_core.c 		portsc &= (~PORTSCX_FORCE_FULL_SPEED_CONNECT);
portsc           1051 drivers/usb/gadget/udc/mv_udc_core.c 	writel(portsc, &udc->op_regs->portsc[0]);
portsc           1130 drivers/usb/gadget/udc/mv_udc_core.c 	u32 portsc;
portsc           1136 drivers/usb/gadget/udc/mv_udc_core.c 	portsc = readl(&udc->op_regs->portsc);
portsc           1138 drivers/usb/gadget/udc/mv_udc_core.c 	if (!(portsc & PORTSCX_PORT_SUSPEND))
portsc           1141 drivers/usb/gadget/udc/mv_udc_core.c 	portsc |= PORTSCX_PORT_FORCE_RESUME;
portsc           1142 drivers/usb/gadget/udc/mv_udc_core.c 	writel(portsc, &udc->op_regs->portsc[0]);
portsc           1415 drivers/usb/gadget/udc/mv_udc_core.c 	u32 portsc;
portsc           1417 drivers/usb/gadget/udc/mv_udc_core.c 	portsc = readl(&udc->op_regs->portsc[0]);
portsc           1418 drivers/usb/gadget/udc/mv_udc_core.c 	portsc |= mode << 16;
portsc           1419 drivers/usb/gadget/udc/mv_udc_core.c 	writel(portsc, &udc->op_regs->portsc[0]);
portsc           1894 drivers/usb/gadget/udc/mv_udc_core.c 	if (readl(&udc->op_regs->portsc[0]) & PORTSCX_PORT_RESET) {
portsc           1901 drivers/usb/gadget/udc/mv_udc_core.c 			readl(&udc->op_regs->portsc));
portsc           1951 drivers/usb/gadget/udc/mv_udc_core.c 	u32 portsc;
portsc           1953 drivers/usb/gadget/udc/mv_udc_core.c 	portsc = readl(&udc->op_regs->portsc[0]);
portsc           1954 drivers/usb/gadget/udc/mv_udc_core.c 	if (!(portsc & PORTSCX_PORT_RESET)) {
portsc           1956 drivers/usb/gadget/udc/mv_udc_core.c 		u32 speed = portsc & PORTSCX_PORT_SPEED_MASK;
portsc           1973 drivers/usb/gadget/udc/mv_udc_core.c 	if (portsc & PORTSCX_PORT_SUSPEND) {
portsc           1983 drivers/usb/gadget/udc/mv_udc_core.c 	if (!(portsc & PORTSCX_PORT_SUSPEND)
portsc            201 drivers/usb/host/ehci-fsl.c 	u32 portsc, tmp;
portsc            212 drivers/usb/host/ehci-fsl.c 	portsc = ehci_readl(ehci, &ehci->regs->port_status[port_offset]);
portsc            213 drivers/usb/host/ehci-fsl.c 	portsc &= ~(PORT_PTS_MSK | PORT_PTS_PTW);
portsc            230 drivers/usb/host/ehci-fsl.c 		portsc |= PORT_PTS_ULPI;
portsc            233 drivers/usb/host/ehci-fsl.c 		portsc |= PORT_PTS_SERIAL;
portsc            236 drivers/usb/host/ehci-fsl.c 		portsc |= PORT_PTS_PTW;
portsc            276 drivers/usb/host/ehci-fsl.c 		portsc |= PORT_PTS_UTMI;
portsc            289 drivers/usb/host/ehci-fsl.c 	ehci_writel(ehci, portsc, &ehci->regs->port_status[port_offset]);
portsc            111 drivers/usb/host/ehci-mxc.c 	ehci_writel(ehci, pdata->portsc, &ehci->regs->port_status[0]);
portsc            655 drivers/usb/host/ehci.h ehci_port_speed(struct ehci_hcd *ehci, unsigned int portsc)
portsc            658 drivers/usb/host/ehci.h 		switch ((portsc >> (ehci->has_hostpc ? 25 : 26)) & 3) {
portsc            675 drivers/usb/host/ehci.h #define	ehci_port_speed(ehci, portsc)	USB_PORT_STAT_HIGH_SPEED
portsc            613 drivers/usb/host/fotg210.h fotg210_get_speed(struct fotg210_hcd *fotg210, unsigned int portsc)
portsc            621 drivers/usb/host/fotg210.h fotg210_port_speed(struct fotg210_hcd *fotg210, unsigned int portsc)
portsc            623 drivers/usb/host/fotg210.h 	switch (fotg210_get_speed(fotg210, portsc)) {
portsc           3547 drivers/usb/host/oxu210hp-hcd.c 						unsigned int portsc)
portsc           3549 drivers/usb/host/oxu210hp-hcd.c 	switch ((portsc >> 26) & 3) {
portsc            570 drivers/usb/host/xhci-dbgcap.c 	u32			portsc;
portsc            573 drivers/usb/host/xhci-dbgcap.c 	portsc = readl(&dbc->regs->portsc);
portsc            574 drivers/usb/host/xhci-dbgcap.c 	if (portsc & DBC_PORTSC_CONN_CHANGE)
portsc            577 drivers/usb/host/xhci-dbgcap.c 	if (portsc & DBC_PORTSC_RESET_CHANGE)
portsc            580 drivers/usb/host/xhci-dbgcap.c 	if (portsc & DBC_PORTSC_LINK_CHANGE)
portsc            583 drivers/usb/host/xhci-dbgcap.c 	if (portsc & DBC_PORTSC_CONFIG_CHANGE)
portsc            587 drivers/usb/host/xhci-dbgcap.c 	writel(portsc & ~DBC_PORTSC_RESET_CHANGE, &dbc->regs->portsc);
portsc            652 drivers/usb/host/xhci-dbgcap.c 	u32			ctrl, portsc;
portsc            663 drivers/usb/host/xhci-dbgcap.c 		portsc = readl(&dbc->regs->portsc);
portsc            664 drivers/usb/host/xhci-dbgcap.c 		if (portsc & DBC_PORTSC_CONN_STATUS) {
portsc            675 drivers/usb/host/xhci-dbgcap.c 			portsc = readl(&dbc->regs->portsc);
portsc            676 drivers/usb/host/xhci-dbgcap.c 			writel(portsc, &dbc->regs->portsc);
portsc            683 drivers/usb/host/xhci-dbgcap.c 		portsc = readl(&dbc->regs->portsc);
portsc            684 drivers/usb/host/xhci-dbgcap.c 		if (!(portsc & DBC_PORTSC_PORT_ENABLED) &&
portsc            685 drivers/usb/host/xhci-dbgcap.c 		    !(portsc & DBC_PORTSC_CONN_STATUS)) {
portsc            694 drivers/usb/host/xhci-dbgcap.c 		if (portsc & DBC_PORTSC_RESET_CHANGE) {
portsc            696 drivers/usb/host/xhci-dbgcap.c 			writel(portsc, &dbc->regs->portsc);
portsc             24 drivers/usb/host/xhci-dbgcap.h 	__le32	portsc;		/* Port status and control */
portsc            342 drivers/usb/host/xhci-debugfs.c 	u32			portsc;
portsc            344 drivers/usb/host/xhci-debugfs.c 	portsc = readl(port->addr);
portsc            345 drivers/usb/host/xhci-debugfs.c 	seq_printf(s, "%s\n", xhci_decode_portsc(portsc));
portsc            362 drivers/usb/host/xhci-debugfs.c 	u32			portsc;
portsc            374 drivers/usb/host/xhci-debugfs.c 		portsc = readl(port->addr);
portsc            375 drivers/usb/host/xhci-debugfs.c 		if ((portsc & PORT_PLS_MASK) != XDEV_RXDETECT) {
portsc            379 drivers/usb/host/xhci-debugfs.c 		portsc = xhci_port_state_to_neutral(portsc);
portsc            380 drivers/usb/host/xhci-debugfs.c 		portsc &= ~PORT_PLS_MASK;
portsc            381 drivers/usb/host/xhci-debugfs.c 		portsc |= PORT_LINK_STROBE | XDEV_COMP_MODE;
portsc            382 drivers/usb/host/xhci-debugfs.c 		writel(portsc, port->addr);
portsc            199 drivers/usb/host/xhci-hub.c 	u32 portsc;
portsc            215 drivers/usb/host/xhci-hub.c 		portsc = readl(rhub->ports[i]->addr);
portsc            219 drivers/usb/host/xhci-hub.c 		if (portsc & PORT_DEV_REMOVE)
portsc            252 drivers/usb/host/xhci-hub.c 	u32 portsc;
portsc            271 drivers/usb/host/xhci-hub.c 		portsc = readl(rhub->ports[i]->addr);
portsc            272 drivers/usb/host/xhci-hub.c 		if (portsc & PORT_DEV_REMOVE)
portsc            682 drivers/usb/host/xhci-hub.c 	u32 portsc;
portsc            684 drivers/usb/host/xhci-hub.c 	portsc = readl(port->addr);
portsc            685 drivers/usb/host/xhci-hub.c 	temp = xhci_port_state_to_neutral(portsc);
portsc            692 drivers/usb/host/xhci-hub.c 		 portsc, temp);
portsc            817 drivers/usb/host/xhci-hub.c 					     u32 *status, u32 portsc,
portsc            831 drivers/usb/host/xhci-hub.c 	if ((portsc & PORT_RESET) || !(portsc & PORT_PE)) {
portsc            928 drivers/usb/host/xhci-hub.c 				      u32 portsc)
portsc            939 drivers/usb/host/xhci-hub.c 	link_state = portsc & PORT_PLS_MASK;
portsc            951 drivers/usb/host/xhci-hub.c 	if (portsc & PORT_PLC && (link_state != XDEV_RESUME))
portsc            953 drivers/usb/host/xhci-hub.c 	if (portsc & PORT_WRC)
portsc            955 drivers/usb/host/xhci-hub.c 	if (portsc & PORT_CEC)
portsc            959 drivers/usb/host/xhci-hub.c 	if (portsc & PORT_POWER) {
portsc            974 drivers/usb/host/xhci-hub.c 	xhci_hub_report_usb3_link_state(xhci, status, portsc);
portsc            975 drivers/usb/host/xhci-hub.c 	xhci_del_comp_mod_timer(xhci, portsc, portnum);
portsc            979 drivers/usb/host/xhci-hub.c 				      u32 portsc, unsigned long *flags)
portsc            987 drivers/usb/host/xhci-hub.c 	link_state = portsc & PORT_PLS_MASK;
portsc            991 drivers/usb/host/xhci-hub.c 	if (portsc & PORT_POWER) {
portsc           1009 drivers/usb/host/xhci-hub.c 								portsc, flags);
portsc           1717 drivers/usb/host/xhci-hub.c 	u32 portsc;
portsc           1719 drivers/usb/host/xhci-hub.c 	portsc = readl(port->addr);
portsc           1722 drivers/usb/host/xhci-hub.c 	if (portsc & (PORT_CONNECT | PORT_CAS))
portsc           1725 drivers/usb/host/xhci-hub.c 	if (((portsc & PORT_PLS_MASK) != XDEV_POLLING) &&
portsc           1726 drivers/usb/host/xhci-hub.c 	    ((portsc & PORT_PLS_MASK) != XDEV_COMP_MODE))
portsc           1730 drivers/usb/host/xhci-hub.c 	portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS);
portsc           1731 drivers/usb/host/xhci-hub.c 	portsc |= PORT_WR;
portsc           1732 drivers/usb/host/xhci-hub.c 	writel(portsc, port->addr);
portsc           1747 drivers/usb/host/xhci-hub.c 	u32 temp, portsc;
portsc           1778 drivers/usb/host/xhci-hub.c 		portsc = readl(ports[port_index]->addr);
portsc           1790 drivers/usb/host/xhci-hub.c 			switch (portsc & PORT_PLS_MASK) {
portsc           1792 drivers/usb/host/xhci-hub.c 				portsc = xhci_port_state_to_neutral(portsc);
portsc           1793 drivers/usb/host/xhci-hub.c 				portsc &= ~PORT_PLS_MASK;
portsc           1794 drivers/usb/host/xhci-hub.c 				portsc |= PORT_LINK_STROBE | next_state;
portsc           1806 drivers/usb/host/xhci-hub.c 		portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS);
portsc           1807 drivers/usb/host/xhci-hub.c 		writel(portsc, ports[port_index]->addr);
portsc           1587 drivers/usb/host/xhci-ring.c 	u32 portsc, cmd_reg;
portsc           1628 drivers/usb/host/xhci-ring.c 	portsc = readl(port->addr);
portsc           1631 drivers/usb/host/xhci-ring.c 		 hcd->self.busnum, hcd_portnum + 1, port_id, portsc);
portsc           1633 drivers/usb/host/xhci-ring.c 	trace_xhci_handle_port_status(hcd_portnum, portsc);
portsc           1641 drivers/usb/host/xhci-ring.c 	    (portsc & PORT_PLS_MASK) == XDEV_INACTIVE) {
portsc           1647 drivers/usb/host/xhci-ring.c 	if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) {
portsc           1656 drivers/usb/host/xhci-ring.c 		if (DEV_SUPERSPEED_ANY(portsc)) {
portsc           1688 drivers/usb/host/xhci-ring.c 	if ((portsc & PORT_PLC) &&
portsc           1689 drivers/usb/host/xhci-ring.c 	    DEV_SUPERSPEED_ANY(portsc) &&
portsc           1690 drivers/usb/host/xhci-ring.c 	    ((portsc & PORT_PLS_MASK) == XDEV_U0 ||
portsc           1691 drivers/usb/host/xhci-ring.c 	     (portsc & PORT_PLS_MASK) == XDEV_U1 ||
portsc           1692 drivers/usb/host/xhci-ring.c 	     (portsc & PORT_PLS_MASK) == XDEV_U2)) {
portsc           1719 drivers/usb/host/xhci-ring.c 	if (!DEV_SUPERSPEED_ANY(portsc) && hcd->speed < HCD_USB3 &&
portsc           1730 drivers/usb/host/xhci-ring.c 		    (portsc & PORT_CSC) && !(portsc & PORT_CONNECT))
portsc            521 drivers/usb/host/xhci-trace.h 		    TP_PROTO(u32 portnum, u32 portsc),
portsc            522 drivers/usb/host/xhci-trace.h 		    TP_ARGS(portnum, portsc),
portsc            525 drivers/usb/host/xhci-trace.h 				     __field(u32, portsc)
portsc            529 drivers/usb/host/xhci-trace.h 				   __entry->portsc = portsc;
portsc            533 drivers/usb/host/xhci-trace.h 			      xhci_decode_portsc(__entry->portsc)
portsc            538 drivers/usb/host/xhci-trace.h 	     TP_PROTO(u32 portnum, u32 portsc),
portsc            539 drivers/usb/host/xhci-trace.h 	     TP_ARGS(portnum, portsc)
portsc            543 drivers/usb/host/xhci-trace.h 	     TP_PROTO(u32 portnum, u32 portsc),
portsc            544 drivers/usb/host/xhci-trace.h 	     TP_ARGS(portnum, portsc)
portsc            548 drivers/usb/host/xhci-trace.h 	     TP_PROTO(u32 portnum, u32 portsc),
portsc            549 drivers/usb/host/xhci-trace.h 	     TP_ARGS(portnum, portsc)
portsc            891 drivers/usb/host/xhci.c 	u32 t1, t2, portsc;
portsc            900 drivers/usb/host/xhci.c 		portsc = t1;
portsc            907 drivers/usb/host/xhci.c 				 port_index + 1, portsc, t2);
portsc            916 drivers/usb/host/xhci.c 		portsc = t1;
portsc            923 drivers/usb/host/xhci.c 				 port_index + 1, portsc, t2);
portsc            934 drivers/usb/host/xhci.c 	u32			portsc;
portsc            948 drivers/usb/host/xhci.c 		portsc = readl(ports[port_index]->addr);
portsc            949 drivers/usb/host/xhci.c 		if (portsc & PORT_CHANGE_MASK ||
portsc            950 drivers/usb/host/xhci.c 		    (portsc & PORT_PLS_MASK) == XDEV_RESUME)
portsc            956 drivers/usb/host/xhci.c 		portsc = readl(ports[port_index]->addr);
portsc            957 drivers/usb/host/xhci.c 		if (portsc & PORT_CHANGE_MASK ||
portsc            958 drivers/usb/host/xhci.c 		    (portsc & PORT_PLS_MASK) == XDEV_RESUME)
portsc           2513 drivers/usb/host/xhci.h static inline const char *xhci_portsc_link_state_string(u32 portsc)
portsc           2515 drivers/usb/host/xhci.h 	switch (portsc & PORT_PLS_MASK) {
portsc           2548 drivers/usb/host/xhci.h static inline const char *xhci_decode_portsc(u32 portsc)
portsc           2554 drivers/usb/host/xhci.h 		      portsc & PORT_POWER	? "Powered" : "Powered-off",
portsc           2555 drivers/usb/host/xhci.h 		      portsc & PORT_CONNECT	? "Connected" : "Not-connected",
portsc           2556 drivers/usb/host/xhci.h 		      portsc & PORT_PE		? "Enabled" : "Disabled",
portsc           2557 drivers/usb/host/xhci.h 		      xhci_portsc_link_state_string(portsc),
portsc           2558 drivers/usb/host/xhci.h 		      DEV_PORT_SPEED(portsc));
portsc           2560 drivers/usb/host/xhci.h 	if (portsc & PORT_OC)
portsc           2562 drivers/usb/host/xhci.h 	if (portsc & PORT_RESET)
portsc           2566 drivers/usb/host/xhci.h 	if (portsc & PORT_CSC)
portsc           2568 drivers/usb/host/xhci.h 	if (portsc & PORT_PEC)
portsc           2570 drivers/usb/host/xhci.h 	if (portsc & PORT_WRC)
portsc           2572 drivers/usb/host/xhci.h 	if (portsc & PORT_OCC)
portsc           2574 drivers/usb/host/xhci.h 	if (portsc & PORT_RC)
portsc           2576 drivers/usb/host/xhci.h 	if (portsc & PORT_PLC)
portsc           2578 drivers/usb/host/xhci.h 	if (portsc & PORT_CEC)
portsc           2580 drivers/usb/host/xhci.h 	if (portsc & PORT_CAS)
portsc           2584 drivers/usb/host/xhci.h 	if (portsc & PORT_WKCONN_E)
portsc           2586 drivers/usb/host/xhci.h 	if (portsc & PORT_WKDISC_E)
portsc           2588 drivers/usb/host/xhci.h 	if (portsc & PORT_WKOC_E)
portsc            158 drivers/usb/phy/phy-fsl-usb.c 		tmp = fsl_readl(&usb_dr_regs->portsc) & ~PORTSC_W1C_BITS;
portsc            159 drivers/usb/phy/phy-fsl-usb.c 		fsl_writel(tmp | PORTSC_PORT_POWER, &usb_dr_regs->portsc);
portsc            161 drivers/usb/phy/phy-fsl-usb.c 		tmp = fsl_readl(&usb_dr_regs->portsc) &
portsc            163 drivers/usb/phy/phy-fsl-usb.c 		fsl_writel(tmp, &usb_dr_regs->portsc);
portsc            194 drivers/usb/phy/phy-fsl-usb.c 	tmp = fsl_readl(&fsl_otg_dev->dr_mem_map->portsc) & ~PORTSC_W1C_BITS;
portsc            200 drivers/usb/phy/phy-fsl-usb.c 	fsl_writel(tmp, &fsl_otg_dev->dr_mem_map->portsc);
portsc            906 drivers/usb/phy/phy-fsl-usb.c 	temp = fsl_readl(&p_otg->dr_mem_map->portsc);
portsc            921 drivers/usb/phy/phy-fsl-usb.c 	fsl_writel(temp, &p_otg->dr_mem_map->portsc);
portsc            989 drivers/usb/phy/phy-fsl-usb.c 			fsl_readl(&usb_dr_regs->portsc),
portsc            315 drivers/usb/phy/phy-fsl-usb.h 	u32 portsc;		/* Port 1 Status and Control Register */
portsc            120 drivers/usb/phy/phy-mv-usb.h 	u32 portsc[VUSBHS_MAX_PORTS];	/* Port Status/Control x, x = 1..8 */
portsc              9 include/linux/platform_data/usb-ehci-mxc.h 	unsigned int		 portsc;