Home
last modified time | relevance | path

Searched refs:PORT_PE (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c611 if (!(port_status & PORT_PE)) { in check_reset_complete()
1347 ehci_writel (temp & ~PORT_PE, (U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
1630 if (temp & PORT_PE) in ehci_hub_control()
1791 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in ehci_hub_control()
1803 temp &= ~PORT_PE; in ehci_hub_control()
7721 if ((temp & PORT_PE) == 0 in ehci_suspend()
7725 if (((temp & PORT_PE) == 0)) in ehci_suspend()
7801 if ((temp & PORT_PE) == 0 in ehci_resume()
8146 (pstatus & PORT_PE) && in ehci_irq()
H A DdrvEHCI.h1241 #define PORT_PE (1<<2) /* port enable */ macro
H A DdrvEHCIDBG.cpp387 (status & PORT_PE) ? " PE" : "", in dbg_port_buf()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUSBHwCtl.h154 #define PORT_PE (1 << 1) macro
H A DdrvUSBHwCtl.c617 writel(temp | PORT_PE, (void*)(xhci->xhci_port_addr)); in xhci_ssport_set_state()