Home
last modified time | relevance | path

Searched refs:PORT_POWER (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/include/linux/usb/
H A Dehci_def.h152 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro
/kernel/linux/linux-6.6/include/linux/usb/
H A Dehci_def.h140 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro
/kernel/linux/linux-5.10/drivers/usb/isp1760/
H A Disp1760-regs.h50 #define PORT_POWER (1 << 12) /* true: has power (see PPC) */ macro
H A Disp1760-hcd.c1877 temp & ~PORT_POWER); in isp1760_hub_control()
1975 * for PORT_POWER anyway). in isp1760_hub_control()
1992 if (temp & PORT_POWER) in isp1760_hub_control()
2032 temp | PORT_POWER); in isp1760_hub_control()
/kernel/linux/linux-6.6/drivers/usb/isp1760/
H A Disp1760-regs.h70 PORT_OWNER, PORT_POWER, PORT_LSTATUS, PORT_RESET, PORT_SUSPEND, enumerator
H A Disp1760-core.c204 [PORT_POWER] = REG_FIELD(ISP176x_HC_PORTSC1, 12, 12),
275 [PORT_POWER] = REG_FIELD(ISP1763_HC_PORTSC1, 12, 12),
H A Disp1760-hcd.c187 [PORT_POWER] = BIT(12),
2262 isp1760_hcd_clear(hcd, PORT_POWER); in isp1760_hub_control()
2353 * for PORT_POWER anyway). in isp1760_hub_control()
2371 if (isp1760_hcd_is_set(hcd, PORT_POWER)) in isp1760_hub_control()
2409 isp1760_hcd_set(hcd, PORT_POWER); in isp1760_hub_control()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-hub.c60 if (!(status & PORT_POWER)) in ehci_handover_companion_ports()
642 * may be relevant that VIA VT8235 controllers, where PORT_POWER is in ehci_hub_status_data()
644 * PORT_POWER; that's surprising, but maybe within-spec. in ehci_hub_status_data()
1111 * for PORT_POWER anyway). in ehci_hub_control()
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 Dxhci-hub.c588 writel(temp | PORT_POWER, port->addr);
592 writel(temp & ~PORT_POWER, port->addr);
960 if (portsc & PORT_POWER) in xhci_get_usb3_port_status()
992 if (portsc & PORT_POWER) { in xhci_get_usb2_port_status()
H A Dehci-platform.c150 (port_status & PORT_POWER) && in quirk_poll_check_port_status()
H A Doxu210hp-hcd.c183 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro
596 (status & PORT_POWER) ? " POWER" : "", in dbg_port_buf()
3508 * may be relevant that VIA VT8235 controllers, where PORT_POWER is in oxu_hub_status_data()
3510 * PORT_POWER; that's surprising, but maybe within-spec. in oxu_hub_status_data()
3631 writel(temp & ~(PORT_RWC_BITS | PORT_POWER), in oxu_hub_control()
3745 * for PORT_POWER anyway). 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 Dehci-fsl.c494 tmp &= ~PORT_POWER; in ehci_fsl_mpc512x_drv_suspend()
H A Dxhci.h324 #define PORT_POWER (1 << 9) macro
2592 portsc & PORT_POWER ? "Powered" : "Powered-off", in xhci_decode_portsc()
H A Dehci-dbg.c245 (status & PORT_POWER) ? " POWER" : "", in dbg_port_buf()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-hub.c60 if (!(status & PORT_POWER)) in ehci_handover_companion_ports()
642 * may be relevant that VIA VT8235 controllers, where PORT_POWER is in ehci_hub_status_data()
644 * PORT_POWER; that's surprising, but maybe within-spec. in ehci_hub_status_data()
981 * for PORT_POWER anyway). in ehci_hub_control()
1012 if (temp & PORT_POWER) in ehci_hub_control()
1214 ehci_writel(ehci, temp | PORT_POWER, status_reg); in ehci_port_power()
1216 ehci_writel(ehci, temp & ~PORT_POWER, status_reg); in ehci_port_power()
H A Dxhci-hub.c693 writel(temp | PORT_POWER, port->addr);
697 writel(temp & ~PORT_POWER, port->addr);
1065 if (portsc & PORT_POWER) in xhci_get_usb3_port_status()
1097 if (portsc & PORT_POWER) { in xhci_get_usb2_port_status()
H A Dehci-platform.c147 (port_status & PORT_POWER) && in quirk_poll_check_port_status()
H A Doxu210hp-hcd.c183 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro
596 (status & PORT_POWER) ? " POWER" : "", in dbg_port_buf()
3509 * may be relevant that VIA VT8235 controllers, where PORT_POWER is in oxu_hub_status_data()
3511 * PORT_POWER; that's surprising, but maybe within-spec. in oxu_hub_status_data()
3632 writel(temp & ~(PORT_RWC_BITS | PORT_POWER), in oxu_hub_control()
3746 * for PORT_POWER anyway). in oxu_hub_control()
3762 if (temp & PORT_POWER) in oxu_hub_control()
3803 writel(temp | PORT_POWER, status_reg); in oxu_hub_control()
H A Dehci-fsl.c488 tmp &= ~PORT_POWER; in ehci_fsl_mpc512x_drv_suspend()
H A Dxhci.h324 #define PORT_POWER (1 << 9) macro
2624 portsc & PORT_POWER ? "Powered" : "Powered-off", in xhci_decode_portsc()
H A Dehci-dbg.c245 (status & PORT_POWER) ? " POWER" : "", in dbg_port_buf()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-debug.h472 portsc & PORT_POWER ? "Powered" : "Powered-off", in cdnsp_decode_portsc()
H A Dcdnsp-gadget.h272 #define PORT_POWER BIT(9) macro

Completed in 54 milliseconds