Home
last modified time | relevance | path

Searched refs:park_eco (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c135 static U32 park_eco = 3; variable
137 static U32 park_eco = 0; variable
2404 park_eco = 3; in ms_ehci_begin()
2408 if (park_eco && HCC_ASPC(u32HccParams)) in ms_ehci_begin()
2410 ms_debug_msg("[EHCI] Enable Park Mode: %d\n", (int)park_eco); in ms_ehci_begin()
2412 u32Temp |= park_eco << 8; in ms_ehci_begin()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c7171 U32 park_eco = 3; in ehci_start() local
7172 if (park_eco) { in ehci_start()
7174 temp |= park_eco << 8; in ehci_start()