Searched refs:PORT_RWC_BITS (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ehci-hub.c | 71 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports() 85 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports() 122 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports() 191 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_adjust_port_wakeup_flags() 269 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_bus_suspend() 465 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in ehci_bus_resume() 490 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_bus_resume() 549 port_status &= ~(PORT_PE | PORT_RWC_BITS); in set_owner() 585 port_status &= ~PORT_RWC_BITS; in check_reset_complete() 902 temp &= ~PORT_RWC_BITS; in ehci_hub_control() [all …]
|
D | oxu210hp-hcd.c | 2362 writel(PORT_RWC_BITS, &oxu->regs->port_status[port]); in ehci_turn_off_all_ports() 3206 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg); in oxu_hub_control() 3215 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in oxu_hub_control() 3226 writel(temp & ~(PORT_RWC_BITS | PORT_POWER), in oxu_hub_control() 3230 writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg); in oxu_hub_control() 3233 writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg); in oxu_hub_control() 3287 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control() 3309 writel(temp & ~(PORT_RWC_BITS | PORT_RESET), in oxu_hub_control() 3330 temp &= ~PORT_RWC_BITS; in oxu_hub_control() 3385 temp &= ~PORT_RWC_BITS; in oxu_hub_control() [all …]
|
D | ehci-tegra.c | 220 temp &= ~(PORT_RWC_BITS | PORT_WKCONN_E); in tegra_ehci_hub_control() 266 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in tegra_ehci_hub_control()
|
D | oxu210hp.h | 164 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC) macro
|
D | xhci-hub.c | 31 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \ macro 1224 temp &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_bus_resume() 1226 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in xhci_bus_resume()
|
D | fotg210.h | 275 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC) macro
|
D | fusbh200.h | 270 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC) macro
|
D | fusbh200-hcd.c | 1529 temp &= ~PORT_RWC_BITS; in fusbh200_hub_control() 1623 temp & ~(PORT_RWC_BITS | PORT_RESUME), in fusbh200_hub_control() 1647 fusbh200_writel(fusbh200, temp & ~(PORT_RWC_BITS | PORT_RESET), in fusbh200_hub_control() 1673 temp &= ~PORT_RWC_BITS; in fusbh200_hub_control() 1733 temp &= ~PORT_RWC_BITS; in fusbh200_hub_control() 1781 temp = fusbh200_readl(fusbh200, status_reg) & ~PORT_RWC_BITS; in fusbh200_hub_control() 4951 fusbh200_writel(fusbh200, PORT_RWC_BITS, status_reg); in fusbh200_turn_off_all_ports()
|
D | fotg210-hcd.c | 1571 temp &= ~PORT_RWC_BITS; in fotg210_hub_control() 1667 temp & ~(PORT_RWC_BITS | PORT_RESUME), in fotg210_hub_control() 1692 temp & ~(PORT_RWC_BITS | PORT_RESET), in fotg210_hub_control() 1718 temp &= ~PORT_RWC_BITS; in fotg210_hub_control() 1779 temp &= ~PORT_RWC_BITS; in fotg210_hub_control() 1829 ~PORT_RWC_BITS; in fotg210_hub_control() 5017 fotg210_writel(fotg210, PORT_RWC_BITS, status_reg); in fotg210_turn_off_all_ports()
|
D | ehci-fsl.c | 448 pdata->pm_portsc &= cpu_to_hc32(ehci, ~PORT_RWC_BITS); in ehci_fsl_mpc512x_drv_suspend()
|
D | ehci-hcd.c | 334 ehci_writel(ehci, PORT_RWC_BITS, in ehci_turn_off_all_ports()
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-regs.h | 61 #define PORT_RWC_BITS (PORT_CSC) macro
|
D | isp1760-hcd.c | 1801 port_status &= ~PORT_RWC_BITS; in check_reset_complete() 1868 temp &= ~(PORT_RWC_BITS); in isp1760_hub_control() 1939 temp & ~(PORT_RWC_BITS | PORT_RESUME)); in isp1760_hub_control()
|
/linux-4.1.27/include/linux/usb/ |
D | ehci_def.h | 165 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC) macro
|
/linux-4.1.27/drivers/usb/early/ |
D | ehci-dbgp.c | 638 writel(portsc & ~(PORT_RWC_BITS | PORT_RESET), in ehci_reset_port()
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy-tegra-usb.c | 237 val = readl(base + TEGRA_USB_PORTSC1) & ~PORT_RWC_BITS; in set_phcd()
|