Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c796 if ( ((temp & PORT_CONNECT) == 0) && ((hcd->pre_sts & PORT_CONNECT) != 0) ) in ehci_hub_status_data()
801 hcd->pre_sts = temp; in ehci_hub_status_data()
9318 hcd->pre_sts = 0; // new in usb_hcd_cpe_ehci_probe()
9710 hcd->pre_sts = 0; // new in usb_hcd_cpe_ehci_probe_EX()
H A DdrvEhciHcd_2.c247 hcd->pre_sts = 0; // new in usb_hcd_cpe_ehci_probe_Port2()
H A DdrvHCD.h164 U32 pre_sts; // preserve the previous state (ehci_hub_status_data) member