xhci_find_next_ext_cap
offset = xhci_find_next_ext_cap(base, offset,
offset = xhci_find_next_ext_cap(xdbc.xhci_base, 0, XHCI_EXT_CAPS_LEGACY);
offset = xhci_find_next_ext_cap(xdbc.xhci_base, offset, XHCI_EXT_CAPS_PROTOCOL);
offset = xhci_find_next_ext_cap(xdbc.xhci_base, 0, XHCI_EXT_CAPS_DEBUG);
offset = xhci_find_next_ext_cap(xdbc.xhci_base, 0, XHCI_EXT_CAPS_DEBUG);
ext_cap_offset = xhci_find_next_ext_cap(base, 0, XHCI_EXT_CAPS_LEGACY);
dbc_cap_offs = xhci_find_next_ext_cap(base, 0, XHCI_EXT_CAPS_DEBUG);
offset = xhci_find_next_ext_cap(base, 0, cap_id);
offset = xhci_find_next_ext_cap(base, offset, cap_id);
offset = xhci_find_next_ext_cap(base, offset, 0);
offset = xhci_find_next_ext_cap(base, 0, 0);
offset = xhci_find_next_ext_cap(base, 0, XHCI_EXT_CAPS_INTEL_SPR_SHADOW);
cap_start = xhci_find_next_ext_cap(base, 0, XHCI_EXT_CAPS_PROTOCOL);
offset = xhci_find_next_ext_cap(base, offset,
offset = xhci_find_next_ext_cap(base, offset,