Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight-stm.c862 struct resource ch_res; in stm_probe() local
887 ret = stm_get_stimulus_area(dev, &ch_res); in stm_probe()
890 drvdata->chs.phys = ch_res.start; in stm_probe()
892 base = devm_ioremap_resource(dev, &ch_res); in stm_probe()