Searched refs:PORT_PEC (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/include/linux/usb/ |
D | ehci_def.h | 161 #define PORT_PEC (1<<3) /* port enable change */ macro 165 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
|
/linux-4.1.27/drivers/usb/host/ |
D | oxu210hp.h | 160 #define PORT_PEC (1<<3) /* port enable change */ macro 164 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
|
D | fotg210.h | 271 #define PORT_PEC (1<<3) /* port enable change */ macro 275 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
|
D | fusbh200.h | 266 #define PORT_PEC (1<<3) /* port enable change */ macro 270 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
|
D | xhci-hub.c | 31 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \ 379 status = PORT_PEC; in xhci_clear_port_change_bit() 586 if (raw_port_status & PORT_PEC) in xhci_get_port_status() 862 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control() 1089 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
|
D | ehci-hub.c | 637 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data() 639 mask = PORT_CSC | PORT_PEC; in ehci_hub_status_data() 916 ehci_writel(ehci, temp | PORT_PEC, status_reg); in ehci_hub_control() 995 if (temp & PORT_PEC) in ehci_hub_control()
|
D | oxu210hp-hcd.c | 177 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf() 3108 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data() 3110 mask = PORT_CSC | PORT_PEC; in oxu_hub_status_data() 3206 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg); in oxu_hub_control() 3261 if (temp & PORT_PEC) in oxu_hub_control()
|
D | ehci-fsl.c | 627 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
|
D | fusbh200-hcd.c | 272 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf() 1432 mask = PORT_CSC | PORT_PEC; in fusbh200_hub_status_data() 1543 fusbh200_writel(fusbh200, temp | PORT_PEC, status_reg); in fusbh200_hub_control() 1593 if (temp & PORT_PEC) in fusbh200_hub_control()
|
D | fotg210-hcd.c | 280 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf() 1474 mask = PORT_CSC | PORT_PEC; in fotg210_hub_status_data() 1585 fotg210_writel(fotg210, temp | PORT_PEC, status_reg); in fotg210_hub_control() 1637 if (temp & PORT_PEC) in fotg210_hub_control()
|
D | ehci-dbg.c | 277 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()
|
D | xhci.h | 325 #define PORT_PEC (1 << 18) macro
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy-tegra-usb.c | 53 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
|