Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-pci.c284 temp = HCS_N_CC(ehci->hcs_params) * HCS_N_PCC(ehci->hcs_params); in ehci_pci_setup()
290 HCS_N_PCC(ehci->hcs_params), in ehci_pci_setup()
H A Dehci-dbg.c25 HCS_N_PCC(params), in dbg_hcs_params()
H A Doxu210hp-hcd.c105 #define HCS_N_PCC(p) (((p)>>8)&0xf) /* bits 11:8, ports per CC */ macro
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dehci_def.h44 #define HCS_N_PCC(p) (((p)>>8)&0xf) /* bits 11:8, ports per CC */ macro