Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk.c205 struct mu3c_ippc_regs __iomem *ippc = mtk->ippc_regs; in xhci_mtk_host_enable()
265 struct mu3c_ippc_regs __iomem *ippc = mtk->ippc_regs; in xhci_mtk_host_disable()
311 struct mu3c_ippc_regs __iomem *ippc = mtk->ippc_regs; in xhci_mtk_ssusb_config()
616 mtk->ippc_regs = devm_ioremap_resource(dev, res); in xhci_mtk_probe()
617 if (IS_ERR(mtk->ippc_regs)) { in xhci_mtk_probe()
618 ret = PTR_ERR(mtk->ippc_regs); in xhci_mtk_probe()
H A Dxhci-mtk.h148 struct mu3c_ippc_regs __iomem *ippc_regs; member