Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dehci_def.h32 #define HCS_PPC(p) ((p)&(1 << 4)) /* true: port power control */ macro
/linux/drivers/usb/host/
H A Dehci-hub.c718 if (HCS_PPC (ehci->hcs_params)) in ehci_hub_descriptor()
837 if (HCS_PPC(ehci->hcs_params)) { in ehci_hub_control()
897 && HCS_PPC(ehci->hcs_params)) { in ehci_hub_control()
1087 if (HCS_PPC(ehci->hcs_params)) { in ehci_hub_control()
/linux/drivers/usb/isp1760/
H A Disp1760-regs.h73 HCS_PPC, HCS_N_PORTS, enumerator
H A Disp1760-core.c184 [HCS_PPC] = REG_FIELD(ISP176x_HC_HCSPARAMS, 4, 4),
H A Disp1760-hcd.c293 return isp1760_hcd_is_set(hcd, HCS_PPC); in isp1760_hcd_ppc_is_set()