Home
last modified time | relevance | path

Searched defs:HCS_N_PORTS (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/include/linux/usb/
Dehci_def.h47 #define HCS_N_PORTS(p) (((p)>>0)&0xf) /* bits 3:0, ports on HC */ macro
/linux-5.19.10/drivers/usb/isp1760/
Disp1760-regs.h73 HCS_PPC, HCS_N_PORTS, enumerator
/linux-5.19.10/drivers/usb/host/
Dfotg210.h217 #define HCS_N_PORTS(p) (((p)>>0)&0xf) /* bits 3:0, ports on HC */ macro
Doxu210hp-hcd.c108 #define HCS_N_PORTS(p) (((p)>>0)&0xf) /* bits 3:0, ports on HC */ macro