Searched refs:xdbc (Results 1 – 3 of 3) sorted by relevance
29 static struct xdbc_state xdbc; variable86 xdbc.xhci_start = val64; in xdbc_map_pci_mmio()87 xdbc.xhci_length = sz64; in xdbc_map_pci_mmio()156 offset = xhci_find_next_ext_cap(xdbc.xhci_base, 0, XHCI_EXT_CAPS_LEGACY); in xdbc_bios_handoff()157 val = readl(xdbc.xhci_base + offset); in xdbc_bios_handoff()160 writel(val | XHCI_HC_OS_OWNED, xdbc.xhci_base + offset); in xdbc_bios_handoff()161 timeout = handshake(xdbc.xhci_base + offset, XHCI_HC_BIOS_OWNED, 0, 5000, 10); in xdbc_bios_handoff()165 writel(val & ~XHCI_HC_BIOS_OWNED, xdbc.xhci_base + offset); in xdbc_bios_handoff()170 val = readl(xdbc.xhci_base + offset + XHCI_LEGACY_CONTROL_OFFSET); in xdbc_bios_handoff()173 writel(val, xdbc.xhci_base + offset + XHCI_LEGACY_CONTROL_OFFSET); in xdbc_bios_handoff()[all …]
48 "earlyprintk=xdbc"
1314 earlyprintk=xdbc[xhciController#]