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

/linux-master/drivers/clk/mediatek/
H A 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)
753 apmixed_base = base;
/linux-master/drivers/thermal/mediatek/
H A Dauxadc_thermal.c1169 void __iomem *apmixed_base)
1176 tmp = readl(apmixed_base + mt->conf->apmixed_buffer_ctl_reg);
1179 writel(tmp, apmixed_base + mt->conf->apmixed_buffer_ctl_reg);
1201 void __iomem *apmixed_base, *auxadc_base; local
1243 apmixed_base = of_iomap(apmixedsys, 0);
1271 mtk_thermal_turn_on_buffer(mt, apmixed_base);
1168 mtk_thermal_turn_on_buffer(struct mtk_thermal *mt, void __iomem *apmixed_base) argument

Completed in 209 milliseconds