Home
last modified time | relevance | path

Searched refs:PORT_POWER (Results 1 – 12 of 12) sorted by relevance

/drivers/usb/host/
Dehci-hub.c60 if (!(status & PORT_POWER)) in ehci_handover_companion_ports()
1003 if (temp & PORT_POWER) in ehci_hub_control()
1205 ehci_writel(ehci, temp | PORT_POWER, status_reg); in ehci_port_power()
1207 ehci_writel(ehci, temp & ~PORT_POWER, status_reg); in ehci_port_power()
Dxhci-hub.c674 writel(temp | PORT_POWER, port->addr); in xhci_set_port_power()
678 writel(temp & ~PORT_POWER, port->addr); in xhci_set_port_power()
1050 if (portsc & PORT_POWER) in xhci_get_usb3_port_status()
1082 if (portsc & PORT_POWER) { in xhci_get_usb2_port_status()
Dehci-platform.c150 (port_status & PORT_POWER) && in quirk_poll_check_port_status()
Doxu210hp-hcd.c183 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro
596 (status & PORT_POWER) ? " POWER" : "", in dbg_port_buf()
3632 writel(temp & ~(PORT_RWC_BITS | PORT_POWER), in oxu_hub_control()
3762 if (temp & PORT_POWER) in oxu_hub_control()
3803 writel(temp | PORT_POWER, status_reg); in oxu_hub_control()
Dehci-fsl.c494 tmp &= ~PORT_POWER; in ehci_fsl_mpc512x_drv_suspend()
Dxhci.h325 #define PORT_POWER (1 << 9) macro
2617 portsc & PORT_POWER ? "Powered" : "Powered-off", in xhci_decode_portsc()
Dehci-dbg.c245 (status & PORT_POWER) ? " POWER" : "", in dbg_port_buf()
/drivers/usb/isp1760/
Disp1760-regs.h70 PORT_OWNER, PORT_POWER, PORT_LSTATUS, PORT_RESET, PORT_SUSPEND, enumerator
Disp1760-core.c204 [PORT_POWER] = REG_FIELD(ISP176x_HC_PORTSC1, 12, 12),
275 [PORT_POWER] = REG_FIELD(ISP1763_HC_PORTSC1, 12, 12),
Disp1760-hcd.c187 [PORT_POWER] = BIT(12),
2265 isp1760_hcd_clear(hcd, PORT_POWER); in isp1760_hub_control()
2374 if (isp1760_hcd_is_set(hcd, PORT_POWER)) in isp1760_hub_control()
2412 isp1760_hcd_set(hcd, PORT_POWER); in isp1760_hub_control()
/drivers/usb/cdns3/
Dcdnsp-debug.h472 portsc & PORT_POWER ? "Powered" : "Powered-off", in cdnsp_decode_portsc()
Dcdnsp-gadget.h272 #define PORT_POWER BIT(9) macro