Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dehci-hub.c264 else if ((t1 & PORT_PE) && !(t1 & PORT_SUSPEND)) { in ehci_bus_suspend()
265 t2 |= PORT_SUSPEND; in ehci_bus_suspend()
431 !(temp & (PORT_SUSPEND | PORT_RESUME))) { in ehci_bus_resume()
469 (temp & PORT_SUSPEND)) { in ehci_bus_resume()
492 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_bus_resume()
811 if (!(temp & PORT_SUSPEND)) in ehci_hub_control()
932 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_hub_control()
997 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in ehci_hub_control()
1065 ehci_writel(ehci, temp | PORT_SUSPEND, status_reg); in ehci_hub_control()
1094 if (temp & (PORT_SUSPEND|PORT_RESUME)) in ehci_hub_control()
[all …]
H A Doxu210hp-hcd.c188 #define PORT_SUSPEND (1<<7) /* suspend port */ macro
600 (status & PORT_SUSPEND) ? " SUSPEND" : "", in dbg_port_buf()
3617 if (temp & PORT_SUSPEND) { in oxu_hub_control()
3703 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in oxu_hub_control()
3756 if (temp & (PORT_SUSPEND|PORT_RESUME)) in oxu_hub_control()
3799 writel(temp | PORT_SUSPEND, status_reg); in oxu_hub_control()
3894 !(t1 & PORT_SUSPEND)) { in oxu_bus_suspend()
3895 t2 |= PORT_SUSPEND; in oxu_bus_suspend()
3974 if (test_bit(i, &oxu->bus_suspended) && (temp & PORT_SUSPEND)) { in oxu_bus_resume()
3984 if (test_bit(i, &oxu->bus_suspended) && (temp & PORT_SUSPEND)) { in oxu_bus_resume()
H A Dehci-hcd.c822 !(pstatus & PORT_SUSPEND)) && in ehci_irq()
H A Dehci-dbg.c250 (status & PORT_SUSPEND) ? " SUSPEND" : "", in dbg_port_buf()
/openbmc/qemu/hw/usb/
H A Ddev-hub.c85 #define PORT_SUSPEND 2 macro
383 [PORT_SUSPEND] = "suspend", in feature_name()
469 case PORT_SUSPEND: in usb_hub_handle_control()
512 case PORT_SUSPEND: in usb_hub_handle_control()
/openbmc/linux/drivers/usb/chipidea/
H A Dhost.c286 ehci_writel(ehci, temp | PORT_SUSPEND, status_reg); in ci_ehci_hub_control()
292 if (ehci_handshake(ehci, status_reg, PORT_SUSPEND, in ci_ehci_hub_control()
293 PORT_SUSPEND, 5000)) in ci_ehci_hub_control()
/openbmc/linux/include/linux/usb/
H A Dehci_def.h146 #define PORT_SUSPEND (1<<7) /* suspend port */ macro
/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-regs.h70 PORT_OWNER, PORT_POWER, PORT_LSTATUS, PORT_RESET, PORT_SUSPEND, enumerator
H A Disp1760-core.c207 [PORT_SUSPEND] = REG_FIELD(ISP176x_HC_PORTSC1, 7, 7),
278 [PORT_SUSPEND] = REG_FIELD(ISP1763_HC_PORTSC1, 7, 7),
H A Disp1760-hcd.c190 [PORT_SUSPEND] = BIT(7),
2246 if (isp1760_hcd_is_set(hcd, PORT_SUSPEND)) { in isp1760_hub_control()
2366 if (isp1760_hcd_is_set(hcd, PORT_SUSPEND) && in isp1760_hub_control()
2405 isp1760_hcd_set(hcd, PORT_SUSPEND); in isp1760_hub_control()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h277 #define PORT_SUSPEND (1<<7) /* suspend port */ macro
H A Dfotg210-hcd.c251 (status & PORT_SUSPEND) ? " SUSPEND" : "", in dbg_port_buf()
1510 if (!(temp & PORT_SUSPEND)) in fotg210_hub_control()
1598 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in fotg210_hub_control()
1662 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fotg210_hub_control()
1713 fotg210_writel(fotg210, temp | PORT_SUSPEND, in fotg210_hub_control()
1754 fotg210_writel(fotg210, temp | PORT_SUSPEND, in fotg210_hub_control()
5201 !(pstatus & PORT_SUSPEND)) && in fotg210_irq()