Searched refs:ippc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-mtk.c | 78 struct mu3c_ippc_regs __iomem *ippc = mtk->ippc_regs; in xhci_mtk_host_enable() local 88 value = readl(&ippc->ip_pw_ctr1); in xhci_mtk_host_enable() 90 writel(value, &ippc->ip_pw_ctr1); in xhci_mtk_host_enable() 99 value = readl(&ippc->u3_ctrl_p[i]); in xhci_mtk_host_enable() 102 writel(value, &ippc->u3_ctrl_p[i]); in xhci_mtk_host_enable() 107 value = readl(&ippc->u2_ctrl_p[i]); in xhci_mtk_host_enable() 110 writel(value, &ippc->u2_ctrl_p[i]); in xhci_mtk_host_enable() 123 ret = readl_poll_timeout(&ippc->ip_pw_sts1, value, in xhci_mtk_host_enable() 135 struct mu3c_ippc_regs __iomem *ippc = mtk->ippc_regs; in xhci_mtk_host_disable() local 148 value = readl(&ippc in xhci_mtk_host_disable() 177 struct mu3c_ippc_regs __iomem *ippc = mtk->ippc_regs; xhci_mtk_ssusb_config() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-mtk.c | 205 struct mu3c_ippc_regs __iomem *ippc = mtk->ippc_regs; in xhci_mtk_host_enable() local 215 value = readl(&ippc->ip_pw_ctr1); in xhci_mtk_host_enable() 217 writel(value, &ippc->ip_pw_ctr1); in xhci_mtk_host_enable() 226 value = readl(&ippc->u3_ctrl_p[i]); in xhci_mtk_host_enable() 229 writel(value, &ippc->u3_ctrl_p[i]); in xhci_mtk_host_enable() 237 value = readl(&ippc->u2_ctrl_p[i]); in xhci_mtk_host_enable() 240 writel(value, &ippc->u2_ctrl_p[i]); in xhci_mtk_host_enable() 253 ret = readl_poll_timeout(&ippc->ip_pw_sts1, value, in xhci_mtk_host_enable() 265 struct mu3c_ippc_regs __iomem *ippc = mtk->ippc_regs; in xhci_mtk_host_disable() local 278 value = readl(&ippc in xhci_mtk_host_disable() 311 struct mu3c_ippc_regs __iomem *ippc = mtk->ippc_regs; xhci_mtk_ssusb_config() local [all...] |
Completed in 2 milliseconds