Home
last modified time | relevance | path

Searched refs:PORT_PEC (Results 1 – 10 of 10) sorted by relevance

/drivers/usb/host/
Doxu210hp.h161 #define PORT_PEC (1<<3) /* port enable change */ macro
165 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
Dfotg210.h278 #define PORT_PEC (1<<3) /* port enable change */ macro
282 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
Dxhci-hub.c31 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
528 status = PORT_PEC; in xhci_clear_port_change_bit()
869 if (raw_port_status & PORT_PEC) in xhci_get_port_status()
1198 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control()
1454 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
Dehci-hub.c650 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data()
652 mask = PORT_CSC | PORT_PEC; in ehci_hub_status_data()
937 ehci_writel(ehci, temp | PORT_PEC, status_reg); in ehci_hub_control()
1016 if (temp & PORT_PEC) in ehci_hub_control()
Dxhci.h368 #define PORT_PEC (1 << 18) macro
395 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
2471 if (portsc & PORT_PEC) in xhci_decode_portsc()
Doxu210hp-hcd.c177 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()
3094 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data()
3096 mask = PORT_CSC | PORT_PEC; in oxu_hub_status_data()
3192 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg); in oxu_hub_control()
3247 if (temp & PORT_PEC) in oxu_hub_control()
Dehci-fsl.c633 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
Dfotg210-hcd.c264 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()
1433 mask = PORT_CSC | PORT_PEC; in fotg210_hub_status_data()
1533 fotg210_writel(fotg210, temp | PORT_PEC, status_reg); in fotg210_hub_control()
1585 if (temp & PORT_PEC) in fotg210_hub_control()
Dehci-dbg.c264 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()
/drivers/usb/phy/
Dphy-tegra-usb.c53 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)