Lines Matching defs:PORT_RWC_BITS
196 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
2773 writel(PORT_RWC_BITS, &oxu->regs->port_status[port]);
3611 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg);
3620 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS);
3631 writel(temp & ~(PORT_RWC_BITS | PORT_POWER),
3635 writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg);
3638 writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg);
3692 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME),
3714 writel(temp & ~(PORT_RWC_BITS | PORT_RESET),
3735 temp &= ~PORT_RWC_BITS;
3790 temp &= ~PORT_RWC_BITS;
3888 u32 t1 = readl(reg) & ~PORT_RWC_BITS;
3971 temp &= ~(PORT_RWC_BITS
3984 temp &= ~(PORT_RWC_BITS | PORT_RESUME);