Home
last modified time | relevance | path

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

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