Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c438 for (i = 2; i < drvdata->nr_resource * 2; i++) in etm4_enable_hw()
562 for (rselector = 2; rselector < drvdata->nr_resource * 2; rselector++) in etm4_config_timestamp_event()
566 if (rselector == drvdata->nr_resource * 2) { in etm4_config_timestamp_event()
1170 drvdata->nr_resource = BMVAL(etmidr4, 16, 19); in etm4_init_arch_data()
1171 if ((drvdata->arch < ETM_ARCH_V4_3) || (drvdata->nr_resource > 0)) in etm4_init_arch_data()
1172 drvdata->nr_resource += 1; in etm4_init_arch_data()
1637 for (i = 0; i < drvdata->nr_resource * 2; i++) in __etm4_cpu_save()
1766 for (i = 0; i < drvdata->nr_resource * 2; i++) in __etm4_cpu_restore()
H A Dcoresight-etm4x-sysfs.c147 val = drvdata->nr_resource; in nr_resource_show()
150 static DEVICE_ATTR_RO(nr_resource);
239 for (i = 2; i < 2 * drvdata->nr_resource; i++) in reset_store()
1674 if ((val < 2) || (val >= 2 * drvdata->nr_resource)) in res_idx_store()
H A Dcoresight-etm4x.h950 u8 nr_resource; member
/OK3568_Linux_fs/kernel/Documentation/trace/coresight/
H A Dcoresight-etm4x-reference.rst474 Where 2 <= idx < nr_resource x 2
491 :File: ``nr_resource`` (ro)
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-etm4x65 What: /sys/bus/coresight/devices/etm<N>/nr_resource