Home
last modified time | relevance | path

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

/drivers/usb/host/
Dfotg210.h281 #define PORT_PEC (1<<3) /* port enable change */ macro
285 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
Dehci-hub.c645 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data()
647 mask = PORT_CSC | PORT_PEC; in ehci_hub_status_data()
932 ehci_writel(ehci, temp | PORT_PEC, status_reg); in ehci_hub_control()
1011 if (temp & PORT_PEC) in ehci_hub_control()
Dxhci-hub.c19 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
518 status = PORT_PEC; in xhci_clear_port_change_bit()
1034 if (raw_port_status & PORT_PEC) in xhci_get_port_status()
1239 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control()
1500 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
Doxu210hp-hcd.c191 #define PORT_PEC (1<<3) /* port enable change */ macro
195 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
603 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()
3511 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data()
3513 mask = PORT_CSC | PORT_PEC; in oxu_hub_status_data()
3609 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg); in oxu_hub_control()
3664 if (temp & PORT_PEC) in oxu_hub_control()
Dxhci.h358 #define PORT_PEC (1 << 18) macro
385 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
2558 if (portsc & PORT_PEC) in xhci_decode_portsc()
Dehci-fsl.c667 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
Dfotg210-hcd.c253 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()
1410 mask = PORT_CSC | PORT_PEC; in fotg210_hub_status_data()
1510 fotg210_writel(fotg210, temp | PORT_PEC, status_reg); in fotg210_hub_control()
1562 if (temp & PORT_PEC) in fotg210_hub_control()
Dehci-dbg.c254 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()
/drivers/usb/phy/
Dphy-tegra-usb.c44 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)