Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-stm.c795 struct resource ch_res; in stm_probe() local
824 ret = stm_get_resource_byname(np, "stm-stimulus-base", &ch_res); in stm_probe()
827 drvdata->chs.phys = ch_res.start; in stm_probe()
829 base = devm_ioremap_resource(dev, &ch_res); in stm_probe()