Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-caps.h23 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0xff) macro
H A Dxhci.c5458 xhci->max_ports = min(HCS_MAX_PORTS(hcs_params1), MAX_HC_PORTS); in xhci_gen_setup()
/linux/drivers/usb/dwc3/
H A Dhost.c51 port_num = HCS_MAX_PORTS(reg); in dwc3_power_off_all_roothub_ports()