Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-hub.c753 && (raw_port_status & PORT_POWER)) in xhci_get_port_status()
849 (raw_port_status & PORT_POWER)) { in xhci_get_port_status()
868 if (raw_port_status & PORT_POWER) { in xhci_get_port_status()
1103 writel(temp | PORT_POWER, port_array[wIndex]); in xhci_hub_control()
1218 writel(temp & ~PORT_POWER, port_array[wIndex]); in xhci_hub_control()
Dehci-hub.c71 if (!(status & PORT_POWER)) in ehci_handover_companion_ports()
1124 if (temp & PORT_POWER) in ehci_hub_control()
1320 ehci_writel(ehci, temp | PORT_POWER, status_reg); in ehci_port_power()
1322 ehci_writel(ehci, temp & ~PORT_POWER, status_reg); in ehci_port_power()
Doxu210hp.h151 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro
Dehci-fsl.c453 tmp &= ~PORT_POWER; in ehci_fsl_mpc512x_drv_suspend()
Doxu210hp-hcd.c169 (status & PORT_POWER) ? " POWER" : "", in dbg_port_buf()
3221 writel(temp & ~(PORT_RWC_BITS | PORT_POWER), in oxu_hub_control()
3351 if (temp & PORT_POWER) in oxu_hub_control()
3392 writel(temp | PORT_POWER, status_reg); in oxu_hub_control()
Dehci-dbg.c268 (status & PORT_POWER) ? " POWER" : "", in dbg_port_buf()
Dxhci.h321 #define PORT_POWER (1 << 9) macro
/drivers/usb/isp1760/
Disp1760-regs.h53 #define PORT_POWER (1 << 12) /* true: has power (see PPC) */ macro
Disp1760-hcd.c1881 temp & ~PORT_POWER); in isp1760_hub_control()
1996 if (temp & PORT_POWER) in isp1760_hub_control()
2037 temp | PORT_POWER); in isp1760_hub_control()