Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/usb/
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-6.3-rc2/drivers/usb/fotg210/
A Dfotg210-hcd.h279 #define PORT_PEC (1<<3) /* port enable change */ macro
283 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
A Dfotg210-hcd.c253 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()
1408 mask = PORT_CSC | PORT_PEC; in fotg210_hub_status_data()
1508 fotg210_writel(fotg210, temp | PORT_PEC, status_reg); in fotg210_hub_control()
1560 if (temp & PORT_PEC) in fotg210_hub_control()
/linux-6.3-rc2/drivers/usb/host/
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()
796 ehci_writel(ehci, temp | PORT_PEC, status_reg); in ehci_hub_control()
875 if (temp & PORT_PEC) in ehci_hub_control()
A Dxhci-hub.c20 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
635 status = PORT_PEC; in xhci_clear_port_change_bit()
1164 if (raw_port_status & PORT_PEC) in xhci_get_port_status()
1365 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control()
1679 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
A Doxu210hp-hcd.c192 #define PORT_PEC (1<<3) /* port enable change */ macro
196 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
604 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()
3514 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data()
3516 mask = PORT_CSC | PORT_PEC; in oxu_hub_status_data()
3612 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg); in oxu_hub_control()
3667 if (temp & PORT_PEC) in oxu_hub_control()
A Dxhci.h364 #define PORT_PEC (1 << 18) macro
391 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
2635 if (portsc & PORT_PEC) in xhci_decode_portsc()
A Dehci-fsl.c662 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
A Dehci-dbg.c254 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()
/linux-6.3-rc2/drivers/usb/phy/
A Dphy-tegra-usb.c45 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)

Completed in 46 milliseconds