Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c68 struct cs_pair_attribute *cs_attr = container_of(attr, struct cs_pair_attribute, attr); in coresight_simple_show_pair() local
72 val = csdev_access_relaxed_read_pair(&csdev->access, cs_attr->lo_off, cs_attr->hi_off); in coresight_simple_show_pair()
82 struct cs_off_attribute *cs_attr = container_of(attr, struct cs_off_attribute, attr); in coresight_simple_show32() local
86 val = csdev_access_relaxed_read32(&csdev->access, cs_attr->off); in coresight_simple_show32()