Home
last modified time | relevance | path

Searched refs:PORT_CSC (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c799 temp |= PORT_CSC; in ehci_hub_status_data()
807 if (temp & PORT_CSC) { in ehci_hub_status_data()
808 temp &= ~PORT_CSC; in ehci_hub_status_data()
871 if ((temp & (PORT_CSC)) != 0) { in ehci_hub_status_data()
1418 ehci_writel (temp | PORT_CSC, in ehci_hub_control()
1547 if ( ((temp & PORT_CONNECT) == 0) && ((temp & PORT_CSC) == 0) ) in ehci_hub_control()
1552 temp |= PORT_CSC; in ehci_hub_control()
1558 if (temp & PORT_CSC) in ehci_hub_control()
H A DdrvEHCI.h1242 #define PORT_CSC (1<<1) /* connect status change */ macro
H A DdrvEHCIDBG.cpp388 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf()