Searched refs:RH_PS_PRS (Results 1 – 5 of 5) sorted by relevance
30 (value & RH_PS_PRS) ? " PRS" : "", \595 ohci_writel(ohci, RH_PS_PRS, &ohci->regs->roothub.portstatus [port]); in ohci_start_port_reset()642 if (!(temp & RH_PS_PRS)) in root_port_reset()664 ohci_writel (ohci, RH_PS_PRS, portstat); in root_port_reset()
303 #define RH_PS_PRS 0x00000010 /* port reset status */ macro
96 #define RH_PS_PRS (1 << 4) /* port reset status */ macro
984 if (!(tmp & RH_PS_PRS)) in root_port_reset()995 HCRHPORT1, (RH_PS_PRS)); in root_port_reset()
181 (temp & RH_PS_PRS) ? " PRS" : "", \