Searched refs:HCS_MAX_PORTS (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/usb/host/ | ||
D | xhci.h | 105 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0xff) macro |
D | xhci.c | 893 int max_ports = HCS_MAX_PORTS(xhci_readl(&hccr->cr_hcsparams1)); in xhci_submit_root() |