Searched refs:PORT_POWER (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | ehci_def.h | 152 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/isp1760/ |
| H A D | isp1760-regs.h | 50 #define PORT_POWER (1 << 12) /* true: has power (see PPC) */ macro
|
| H A D | isp1760-hcd.c | 1877 temp & ~PORT_POWER); in isp1760_hub_control() 1992 if (temp & PORT_POWER) in isp1760_hub_control() 2032 temp | PORT_POWER); in isp1760_hub_control()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-hub.c | 60 if (!(status & PORT_POWER)) in ehci_handover_companion_ports() 1142 if (temp & PORT_POWER) in ehci_hub_control() 1344 ehci_writel(ehci, temp | PORT_POWER, status_reg); in ehci_port_power() 1346 ehci_writel(ehci, temp & ~PORT_POWER, status_reg); in ehci_port_power()
|
| H A D | xhci-hub.c | 593 writel(temp | PORT_POWER, port->addr); in xhci_set_port_power() 597 writel(temp & ~PORT_POWER, port->addr); in xhci_set_port_power() 969 if (portsc & PORT_POWER) { in xhci_get_usb3_port_status() 1001 if (portsc & PORT_POWER) { in xhci_get_usb2_port_status()
|
| H A D | ehci-platform.c | 182 (port_status & PORT_POWER) && in quirk_poll_check_port_status()
|
| H A D | oxu210hp-hcd.c | 183 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro 596 (status & PORT_POWER) ? " POWER" : "", in dbg_port_buf() 3631 writel(temp & ~(PORT_RWC_BITS | PORT_POWER), in oxu_hub_control() 3761 if (temp & PORT_POWER) in oxu_hub_control() 3802 writel(temp | PORT_POWER, status_reg); in oxu_hub_control()
|
| H A D | ehci-fsl.c | 494 tmp &= ~PORT_POWER; in ehci_fsl_mpc512x_drv_suspend()
|
| H A D | xhci.h | 325 #define PORT_POWER (1 << 9) macro 2653 portsc & PORT_POWER ? "Powered" : "Powered-off", in xhci_decode_portsc()
|
| H A D | ehci-dbg.c | 245 (status & PORT_POWER) ? " POWER" : "", in dbg_port_buf()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | xhci.c | 1007 if (reg & PORT_POWER) in xhci_submit_root() 1039 reg |= PORT_POWER; in xhci_submit_root() 1059 reg &= ~PORT_POWER; in xhci_submit_root()
|
| /OK3568_Linux_fs/u-boot/include/usb/ |
| H A D | xhci.h | 277 #define PORT_POWER (1 << 9) macro
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | power-management.rst | 568 controlled through ``Set/ClearPortFeature(PORT_POWER)`` requests to a hub. 570 driver translates ``PORT_POWER`` requests into platform firmware (ACPI) 574 Upon receiving a ``ClearPortFeature(PORT_POWER)`` request a USB port is 618 ``ClearPortFeature(PORT_POWER)`` request. Otherwise, it will honor the pm
|