Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/usb/
H A Dxhci_devconf.c40 u32 route_string = SC_GET(ROUTE, xhci->dev[hubaddr].ctx.slot); in xhci_gen_route() local
43 if (!(route_string & (0xf << i))) { in xhci_gen_route()
44 route_string |= (hubport & 0xf) << i; in xhci_gen_route()
48 return route_string; in xhci_gen_route()
/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Dxhci_abi.rs811 route_string: B20, field