Searched refs:PORTSC_PE (Results 1 – 4 of 4) sorted by relevance
321 if (!(port_status & PORTSC_PE)) in ms_reset_complete()524 hcd_reg_writel (u32Temp & ~PORTSC_PE, (U32)&pEhci->op_regs->portsc [u16Index]); in ms_hub_control()711 if (u32Temp & PORTSC_PE) in ms_hub_control()771 u32Temp &= ~PORTSC_PE; in ms_hub_control()2544 if ((temp & PORTSC_PE) == 0 in ms_ehci_suspend()2569 if ((temp & PORTSC_PE) == 0 in ms_ehci_resume()2775 iPsc &= ~(PORTSC_PEC | PORTSC_PE | PORTSC_CSC); in ms_ehci_irq()2782 (iPsc & PORTSC_PE) && in ms_ehci_irq()3177 hcd_reg_writel (u32Temp & ~PORTSC_PE, (U32)&pEhci->op_regs->portsc [0]); in ms_qh_ehci_reinit()
374 #define PORTSC_PE (1<<2) /* Port Enabled/Disabled */ macro
181 … || !(hcd_reg_readb((U32)&ehci->op_regs->portsc[0]) & PORTSC_PE)) // PE cleared on ehci port in ms_usb_start_wait_urb()
210 return (regv & PORTSC_PE) ? TRUE : FALSE; in ms_RoothubPortEnabled()