Searched refs:xhci_base (Results 1 – 2 of 2) sorted by relevance
157 val = readl(xdbc.xhci_base + offset); in xdbc_bios_handoff()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()377 val = readl(xdbc.xhci_base + offset); in xdbc_reset_debug_port()381 val = readl(xdbc.xhci_base + offset + 8); in xdbc_reset_debug_port()639 if (!xdbc.xhci_base) in early_xdbc_parse_parameter()646 early_iounmap(xdbc.xhci_base, xdbc.xhci_length); in early_xdbc_parse_parameter()647 xdbc.xhci_base = NULL; in early_xdbc_parse_parameter()986 early_iounmap(xdbc.xhci_base, xdbc.xhci_length); in xdbc_init()987 xdbc.xhci_base = base; in xdbc_init()[all …]
146 void __iomem *xhci_base; member
Completed in 5 milliseconds