Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mtk.c78 struct mu3c_ippc_regs __iomem *ippc = mtk->ippc_regs; in xhci_mtk_host_enable()
135 struct mu3c_ippc_regs __iomem *ippc = mtk->ippc_regs; in xhci_mtk_host_disable()
177 struct mu3c_ippc_regs __iomem *ippc = mtk->ippc_regs; in xhci_mtk_ssusb_config()
528 mtk->ippc_regs = devm_ioremap_resource(dev, res); in xhci_mtk_probe()
529 if (IS_ERR(mtk->ippc_regs)) { in xhci_mtk_probe()
530 ret = PTR_ERR(mtk->ippc_regs); in xhci_mtk_probe()
H A Dxhci-mtk.h134 struct mu3c_ippc_regs __iomem *ippc_regs; member