Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/usb/
Dehci_def.h47 #define HCS_N_PORTS(p) (((p)>>0)&0xf) /* bits 3:0, ports on HC */ macro
/kernel/linux/linux-5.10/drivers/usb/isp1760/
Disp1760-regs.h28 #define HCS_N_PORTS(p) (((p) >> 0) & 0xf) /* bits 3:0, ports on HC */ macro
/kernel/linux/linux-5.10/drivers/usb/host/
Dfotg210.h220 #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