Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dpci-quirks.c943 u8 offset, cap_length; in quirk_usb_disable_ehci() local
953 cap_length = readb(base); in quirk_usb_disable_ehci()
954 op_reg_base = base + cap_length; in quirk_usb_disable_ehci()
/linux/drivers/usb/early/
H 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/drivers/acpi/
H 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()