Searched refs:iPsc (Results 1 – 3 of 3) sorted by relevance
2715 int iPsc/*, masked_psc*/; in ms_ehci_irq() local2718 iPsc = hcd_reg_readl((U32)&pEhci->op_regs->portsc [0]); in ms_ehci_irq()2721 if (iPsc == pHcd->saved_ehci_state.iPsc && in ms_ehci_irq()2732 pHcd->saved_ehci_state.iPsc = iPsc; in ms_ehci_irq()2738 if(iPsc & PORTSC_CSC) in ms_ehci_irq()2759 masked_psc = iPsc & 0xf; in ms_ehci_irq()2773 if ((iPsc & PORTSC_CSC) && (iPsc & PORTSC_CONNECT)==0) in ms_ehci_irq()2775 iPsc &= ~(PORTSC_PEC | PORTSC_PE | PORTSC_CSC); in ms_ehci_irq()2776 hcd_reg_writel(iPsc, (U32)&pEhci->op_regs->portsc[0]); in ms_ehci_irq()2780 if ((((iPsc & PORTSC_RESUME) || in ms_ehci_irq()[all …]
1320 pRootHub->p_UsbHcd->saved_ehci_state.iPsc, in ms_hub_events()1329 (pRootHub->p_UsbHcd->saved_ehci_state.iPsc & 0x2) && in ms_hub_events()
92 int iPsc; member