Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c416 if (HCS_PPC (pEhci->hcs_params)) in ms_get_roothub_desc()
545 if (HCS_PPC (pEhci->hcs_params)) in ms_hub_control()
752 if (HCS_PPC (pEhci->hcs_params)) in ms_hub_control()
H A DdrvEHCI.h307 #define HCS_PPC(p) ((p)&(1 << 4)) /* Port Power Control */ macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI.h634 #define HCS_PPC(p) ((p)&(1 << 4)) /* true: port power control */ macro
H A DdrvEhciHcd.c1195 if (HCS_PPC (ehci->hcs_params)) in ehci_hub_descriptor()
1413 if (HCS_PPC (ehci->hcs_params)) in ehci_hub_control()
1782 if (HCS_PPC (ehci->hcs_params)) in ehci_hub_control()
H A DdrvEHCIDBG.cpp111 HCS_PPC (params) ? "" : " !ppc", HCS_N_PORTS (params) ); in dbg_hcs_params()