Lines Matching refs:PORT_RWC_BITS
2340 writel(PORT_RWC_BITS, &oxu->regs->port_status[port]); in ehci_turn_off_all_ports()
3179 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg); in oxu_hub_control()
3188 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in oxu_hub_control()
3199 writel(temp & ~(PORT_RWC_BITS | PORT_POWER), in oxu_hub_control()
3203 writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg); in oxu_hub_control()
3206 writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg); in oxu_hub_control()
3260 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control()
3282 writel(temp & ~(PORT_RWC_BITS | PORT_RESET), in oxu_hub_control()
3303 temp &= ~PORT_RWC_BITS; in oxu_hub_control()
3358 temp &= ~PORT_RWC_BITS; in oxu_hub_control()
3456 u32 t1 = readl(reg) & ~PORT_RWC_BITS; in oxu_bus_suspend()
3537 temp &= ~(PORT_RWC_BITS in oxu_bus_resume()
3550 temp &= ~(PORT_RWC_BITS | PORT_RESUME); in oxu_bus_resume()