Lines Matching refs:PORT_RWC_BITS
2362 writel(PORT_RWC_BITS, &oxu->regs->port_status[port]); in ehci_turn_off_all_ports()
3201 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg); in oxu_hub_control()
3210 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in oxu_hub_control()
3221 writel(temp & ~(PORT_RWC_BITS | PORT_POWER), in oxu_hub_control()
3225 writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg); in oxu_hub_control()
3228 writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg); in oxu_hub_control()
3282 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control()
3304 writel(temp & ~(PORT_RWC_BITS | PORT_RESET), in oxu_hub_control()
3325 temp &= ~PORT_RWC_BITS; in oxu_hub_control()
3380 temp &= ~PORT_RWC_BITS; in oxu_hub_control()
3478 u32 t1 = readl(reg) & ~PORT_RWC_BITS; in oxu_bus_suspend()
3559 temp &= ~(PORT_RWC_BITS in oxu_bus_resume()
3572 temp &= ~(PORT_RWC_BITS | PORT_RESUME); in oxu_bus_resume()