Home
last modified time | relevance | path

Searched refs:HCS_N_PCC (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dehci-pci.c283 temp = HCS_N_CC(ehci->hcs_params) * HCS_N_PCC(ehci->hcs_params); in ehci_pci_setup()
289 HCS_N_PCC(ehci->hcs_params), in ehci_pci_setup()
Doxu210hp.h73 #define HCS_N_PCC(p) (((p)>>8)&0xf) /* bits 11:8, ports per CC */ macro
Dehci-dbg.c37 HCS_N_PCC (params), in dbg_hcs_params()
/linux-4.1.27/include/linux/usb/
Dehci_def.h43 #define HCS_N_PCC(p) (((p)>>8)&0xf) /* bits 11:8, ports per CC */ macro