Home
last modified time | relevance | path

Searched refs:cap_length (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/i3c/master/mipi-i3c-hci/
A Dext_caps.c227 u32 cap_id, u32 cap_length) in hci_extcap_vendor_specific() argument
247 if (cap_length < vendor_cap_entry->min_length) { in hci_extcap_vendor_specific()
250 cap_id, cap_length, vendor_cap_entry->min_length); in hci_extcap_vendor_specific()
260 u32 cap_header, cap_id, cap_length; in i3c_hci_parse_ext_caps() local
271 DBG("id=0x%02x length=%d", cap_id, cap_length); in i3c_hci_parse_ext_caps()
272 if (!cap_length) in i3c_hci_parse_ext_caps()
274 if (curr_cap + cap_length * 4 >= end) { in i3c_hci_parse_ext_caps()
277 cap_id, cap_length); in i3c_hci_parse_ext_caps()
284 cap_id, cap_length); in i3c_hci_parse_ext_caps()
298 } else if (cap_length < cap_entry->min_length) { in i3c_hci_parse_ext_caps()
[all …]
/linux-6.3-rc2/drivers/usb/host/
A Dpci-quirks.c933 u8 offset, cap_length; in quirk_usb_disable_ehci() local
943 cap_length = readb(base); in quirk_usb_disable_ehci()
944 op_reg_base = base + cap_length; in quirk_usb_disable_ehci()
/linux-6.3-rc2/drivers/usb/early/
A Dxhci-dbc.c352 u32 val, cap_length; in xdbc_do_reset_debug_port() local
355 cap_length = readl(xdbc.xhci_base) & 0xff; in xdbc_do_reset_debug_port()
356 ops_reg = xdbc.xhci_base + cap_length; in xdbc_do_reset_debug_port()
/linux-6.3-rc2/drivers/acpi/
A Dpci_root.c214 static int cap_length(struct acpi_pci_root *root) in cap_length() function
228 .cap.length = cap_length(root), in acpi_pci_run_osc()

Completed in 14 milliseconds