Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-stm.c863 struct resource ch_res; in stm_probe() local
888 ret = stm_get_stimulus_area(dev, &ch_res); in stm_probe()
891 drvdata->chs.phys = ch_res.start; in stm_probe()
893 base = devm_ioremap_resource(dev, &ch_res); in stm_probe()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-stm.c815 struct resource ch_res; in stm_probe() local
840 ret = stm_get_stimulus_area(dev, &ch_res); in stm_probe()
843 drvdata->chs.phys = ch_res.start; in stm_probe()
845 base = devm_ioremap_resource(dev, &ch_res); in stm_probe()

Completed in 3 milliseconds