Searched refs:controller_base (Results 1 – 2 of 2) sorted by relevance
650 void __iomem *controller_base = mt->thermal_base + offset; in mtk_thermal_init_bank() local658 writel(TEMP_MONCTL1_PERIOD_UNIT(12), controller_base + TEMP_MONCTL1); in mtk_thermal_init_bank()666 controller_base + TEMP_MONCTL2); in mtk_thermal_init_bank()670 controller_base + TEMP_AHBPOLL); in mtk_thermal_init_bank()673 writel(0x0, controller_base + TEMP_MSRCTL0); in mtk_thermal_init_bank()676 writel(0xffffffff, controller_base + TEMP_AHBTO); in mtk_thermal_init_bank()679 writel(0x0, controller_base + TEMP_MONIDET0); in mtk_thermal_init_bank()680 writel(0x0, controller_base + TEMP_MONIDET1); in mtk_thermal_init_bank()695 writel(BIT(conf->auxadc_channel), controller_base + TEMP_ADCMUX); in mtk_thermal_init_bank()699 controller_base + TEMP_ADCMUXADDR); in mtk_thermal_init_bank()[all …]
138 void __iomem *controller_base; /* base of PCIe unit (not DW core) */ member152 return readl_relaxed(pcie->controller_base + offset); in al_pcie_controller_readl()158 writel_relaxed(val, pcie->controller_base + offset); in al_pcie_controller_writel()425 al_pcie->controller_base = devm_ioremap_resource(dev, controller_res); in al_pcie_probe()426 if (IS_ERR(al_pcie->controller_base)) { in al_pcie_probe()429 return PTR_ERR(al_pcie->controller_base); in al_pcie_probe()