Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dehci-hub.c128 if (HCS_PPC (ehci->hcs_params)) in ehci_hub_descriptor()
192 if (HCS_PPC (ehci->hcs_params)) in ehci_hub_control()
305 if (HCS_PPC (ehci->hcs_params)) in ehci_hub_control()
Dehci.h168 #define HCS_PPC(p) ((p)&(1 << 4)) /* true: port power control */ macro
Dehci-dbg.c66 HCS_PPC (params) ? "" : " !ppc", in dbg_hcs_params()