Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-catu.h81 #define CATU_REG_PAIR(name, lo_off, hi_off) \ argument
85 return csdev_access_relaxed_read_pair(&drvdata->csdev->access, lo_off, hi_off); \
90 csdev_access_relaxed_write_pair(&drvdata->csdev->access, val, lo_off, hi_off); \
Dcoresight-priv.h44 u32 lo_off; member
66 #define coresight_simple_reg64(name, lo_off, hi_off) \ argument
70 lo_off, hi_off \
Dcoresight-tmc.h281 #define TMC_REG_PAIR(name, lo_off, hi_off) \ argument
285 return csdev_access_relaxed_read_pair(&drvdata->csdev->access, lo_off, hi_off); \
290 csdev_access_relaxed_write_pair(&drvdata->csdev->access, val, lo_off, hi_off); \
Dcoresight-core.c71 val = csdev_access_relaxed_read_pair(&csdev->access, cs_attr->lo_off, cs_attr->hi_off); in coresight_simple_show_pair()
/linux-6.1.9/arch/parisc/kernel/
Dsys_parisc.c368 u32 hi_off, u32 lo_off, u32 hi_nbytes, u32 lo_nbytes, in parisc_sync_file_range() argument
371 return ksys_sync_file_range(fd, (loff_t)hi_off << 32 | lo_off, in parisc_sync_file_range()