apmixedsys        868 drivers/thermal/mtk_thermal.c 	struct device_node *auxadc, *apmixedsys, *np = pdev->dev.of_node;
apmixedsys        916 drivers/thermal/mtk_thermal.c 	apmixedsys = of_parse_phandle(np, "mediatek,apmixedsys", 0);
apmixedsys        917 drivers/thermal/mtk_thermal.c 	if (!apmixedsys) {
apmixedsys        922 drivers/thermal/mtk_thermal.c 	apmixed_phys_base = of_get_phys_base(apmixedsys);
apmixedsys        924 drivers/thermal/mtk_thermal.c 	of_node_put(apmixedsys);