Home
last modified time | relevance | path

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

/drivers/thermal/
Dmtk_thermal.c991 struct device_node *auxadc, *apmixedsys, *np = pdev->dev.of_node; in mtk_thermal_probe() local
1041 apmixedsys = of_parse_phandle(np, "mediatek,apmixedsys", 0); in mtk_thermal_probe()
1042 if (!apmixedsys) { in mtk_thermal_probe()
1047 apmixed_base = of_iomap(apmixedsys, 0); in mtk_thermal_probe()
1048 apmixed_phys_base = of_get_phys_base(apmixedsys); in mtk_thermal_probe()
1050 of_node_put(apmixedsys); in mtk_thermal_probe()