Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h106 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0xff) macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c903 int max_ports = HCS_MAX_PORTS(xhci_readl(&hccr->cr_hcsparams1)); in xhci_submit_root()