Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-port.h73 #define PORT_PEC (1 << 18) macro
100 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
H A Dehci-hub.c647 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data()
649 mask = PORT_CSC | PORT_PEC; in ehci_hub_status_data()
797 ehci_writel(ehci, temp | PORT_PEC, status_reg); in ehci_hub_control()
876 if (temp & PORT_PEC) in ehci_hub_control()
H A Dxhci-hub.c21 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
604 status = PORT_PEC; in xhci_clear_port_change_bit()
1173 if (raw_port_status & PORT_PEC) in xhci_get_port_status()
1371 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control()
1680 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
H A Doxu210hp-hcd.c193 #define PORT_PEC (1<<3) /* port enable change */ macro
197 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
580 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()
3490 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data()
3492 mask = PORT_CSC | PORT_PEC; in oxu_hub_status_data()
3588 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg); in oxu_hub_control()
3643 if (temp & PORT_PEC) in oxu_hub_control()
H A Dehci-fsl.c652 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
H A Dxhci.h2441 if (portsc & PORT_PEC) in xhci_decode_portsc()
/linux/include/linux/usb/
H A Dehci_def.h150 #define PORT_PEC (1<<3) /* port enable change */ macro
154 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h279 #define PORT_PEC (1<<3) /* port enable change */ macro
283 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
/linux/drivers/usb/phy/
H A Dphy-tegra-usb.c45 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)