Searched refs:PORT_RWC_BITS (Results 1 – 13 of 13) sorted by relevance
/drivers/usb/host/ |
D | ehci-hub.c | 73 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports() 87 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports() 124 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports() 193 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_adjust_port_wakeup_flags() 272 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_bus_suspend() 478 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in ehci_bus_resume() 503 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_bus_resume() 562 port_status &= ~(PORT_PE | PORT_RWC_BITS); in set_owner() 598 port_status &= ~PORT_RWC_BITS; in check_reset_complete() 923 temp &= ~PORT_RWC_BITS; in ehci_hub_control() [all …]
|
D | oxu210hp-hcd.c | 2353 writel(PORT_RWC_BITS, &oxu->regs->port_status[port]); in ehci_turn_off_all_ports() 3192 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg); in oxu_hub_control() 3201 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in oxu_hub_control() 3212 writel(temp & ~(PORT_RWC_BITS | PORT_POWER), in oxu_hub_control() 3216 writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg); in oxu_hub_control() 3219 writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg); in oxu_hub_control() 3273 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control() 3295 writel(temp & ~(PORT_RWC_BITS | PORT_RESET), in oxu_hub_control() 3316 temp &= ~PORT_RWC_BITS; in oxu_hub_control() 3371 temp &= ~PORT_RWC_BITS; in oxu_hub_control() [all …]
|
D | ehci-tegra.c | 230 temp &= ~(PORT_RWC_BITS | PORT_WKCONN_E); in tegra_ehci_hub_control() 276 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in tegra_ehci_hub_control()
|
D | oxu210hp.h | 165 #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 1616 portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_port_missing_cas_quirk() 1689 portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_bus_resume()
|
D | fotg210.h | 282 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC) macro
|
D | fotg210-hcd.c | 1519 temp &= ~PORT_RWC_BITS; in fotg210_hub_control() 1615 ~(PORT_RWC_BITS | PORT_RESUME), in fotg210_hub_control() 1639 temp & ~(PORT_RWC_BITS | PORT_RESET), in fotg210_hub_control() 1669 temp &= ~PORT_RWC_BITS; in fotg210_hub_control() 1730 temp &= ~PORT_RWC_BITS; in fotg210_hub_control() 1780 ~PORT_RWC_BITS; in fotg210_hub_control() 4819 fotg210_writel(fotg210, PORT_RWC_BITS, status_reg); in fotg210_turn_off_all_ports()
|
D | ehci-fsl.c | 454 pdata->pm_portsc &= cpu_to_hc32(ehci, ~PORT_RWC_BITS); in ehci_fsl_mpc512x_drv_suspend()
|
D | ehci-hcd.c | 338 ehci_writel(ehci, PORT_RWC_BITS, in ehci_turn_off_all_ports()
|
/drivers/usb/isp1760/ |
D | isp1760-regs.h | 61 #define PORT_RWC_BITS (PORT_CSC) macro
|
D | isp1760-hcd.c | 1800 port_status &= ~PORT_RWC_BITS; in check_reset_complete() 1867 temp &= ~(PORT_RWC_BITS); in isp1760_hub_control() 1938 temp & ~(PORT_RWC_BITS | PORT_RESUME)); in isp1760_hub_control()
|
/drivers/usb/early/ |
D | ehci-dbgp.c | 636 writel(portsc & ~(PORT_RWC_BITS | PORT_RESET), in ehci_reset_port()
|
/drivers/usb/phy/ |
D | phy-tegra-usb.c | 237 val = readl(base + TEGRA_USB_PORTSC1) & ~PORT_RWC_BITS; in set_phcd()
|