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

/drivers/usb/host/
H A Disp1760-hcd.c73 #define HCS_N_PORTS(p) (((p)>>0)&0xf) /* bits 3:0, ports on HC */ macro
1784 int ports = HCS_N_PORTS(priv->hcs_params);
1841 int ports = HCS_N_PORTS(priv->hcs_params);
H A Dfotg210.h40 #define FOTG210_MAX_ROOT_PORTS 1 /* see HCS_N_PORTS */
208 #define HCS_N_PORTS(p) (((p)>>0)&0xf) /* bits 3:0, ports on HC */ macro
H A Dfusbh200.h40 #define FUSBH200_MAX_ROOT_PORTS 1 /* see HCS_N_PORTS */
203 #define HCS_N_PORTS(p) (((p)>>0)&0xf) /* bits 3:0, ports on HC */ macro
H A Doxu210hp.h76 #define HCS_N_PORTS(p) (((p)>>0)&0xf) /* bits 3:0, ports on HC */ macro
364 #define EHCI_MAX_ROOT_PORTS 15 /* see HCS_N_PORTS */

Completed in 72 milliseconds