Home
last modified time | relevance | path

Searched refs:HCS_MAX_PORTS (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/usb/host/
A Dxhci.c934 int max_ports = HCS_MAX_PORTS(xhci_readl(&hccr->cr_hcsparams1)); in xhci_submit_root()
1256 descriptor.hub.bNbrPorts = HCS_MAX_PORTS(reg); in xhci_lowlevel_init()
/u-boot/include/usb/
A Dxhci.h105 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0xff) macro

Completed in 10 milliseconds