Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/clk/mediatek/
Dclk-mt6765.c29 static void __iomem *apmixed_base; variable
36 #define AP_PLL_CON3 (apmixed_base + 0x0C)
37 #define PLLON_CON0 (apmixed_base + 0x44)
38 #define PLLON_CON1 (apmixed_base + 0x48)
751 apmixed_base = base; in clk_mt6765_apmixed_probe()
/Linux-v6.6/drivers/thermal/mediatek/
Dauxadc_thermal.c1166 void __iomem *apmixed_base) in mtk_thermal_turn_on_buffer() argument
1173 tmp = readl(apmixed_base + mt->conf->apmixed_buffer_ctl_reg); in mtk_thermal_turn_on_buffer()
1176 writel(tmp, apmixed_base + mt->conf->apmixed_buffer_ctl_reg); in mtk_thermal_turn_on_buffer()
1198 void __iomem *apmixed_base, *auxadc_base; in mtk_thermal_probe() local
1240 apmixed_base = of_iomap(apmixedsys, 0); in mtk_thermal_probe()
1268 mtk_thermal_turn_on_buffer(mt, apmixed_base); in mtk_thermal_probe()