Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
Dxhci-mtk.c152 struct mu3c_ippc_regs __iomem *ippc = mtk->ippc_regs; in xhci_mtk_host_enable()
212 struct mu3c_ippc_regs __iomem *ippc = mtk->ippc_regs; in xhci_mtk_host_disable()
257 struct mu3c_ippc_regs __iomem *ippc = mtk->ippc_regs; in xhci_mtk_ssusb_config()
564 mtk->ippc_regs = devm_ioremap_resource(dev, res); in xhci_mtk_probe()
565 if (IS_ERR(mtk->ippc_regs)) { in xhci_mtk_probe()
566 ret = PTR_ERR(mtk->ippc_regs); in xhci_mtk_probe()
Dxhci-mtk.h148 struct mu3c_ippc_regs __iomem *ippc_regs; member