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

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

Completed in 190 milliseconds