Home
last modified time | relevance | path

Searched refs:xdbc_reg (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/early/
H A Dxhci-dbc.c257 writel(1, &xdbc.xdbc_reg->ersts); in xdbc_mem_init()
529 writel(0, &xdbc.xdbc_reg->control); in xdbc_handle_external_reset()
557 writel(0, &xdbc.xdbc_reg->control); in xdbc_early_setup()
590 writel(0, &xdbc.xdbc_reg->control); in xdbc_early_setup()
613 if (xdbc.xdbc_reg) in early_xdbc_parse_parameter()
661 if (!xdbc.xdbc_reg) in early_xdbc_setup_hardware()
770 reg = readl(&xdbc.xdbc_reg->control); in xdbc_handle_events()
779 reg = readl(&xdbc.xdbc_reg->control); in xdbc_handle_events()
881 if (!xdbc.xdbc_reg) in early_xdbc_write()
952 writel(0, &xdbc.xdbc_reg->control); in xdbc_scrub_function()
[all …]
H A Dxhci-dbc.h152 struct xdbc_regs __iomem *xdbc_reg; member