Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hwtracing/coresight/
Dcoresight-priv.h44 #define __coresight_simple_func(type, func, name, lo_off, hi_off) \ argument
53 val = (u64)fn(_dev->parent, lo_off); \
56 lo_off, hi_off); \
66 #define coresight_simple_reg64(type, name, lo_off, hi_off) \ argument
67 __coresight_simple_func(type, NULL, name, lo_off, hi_off)
Dcoresight-catu.h81 #define CATU_REG_PAIR(name, lo_off, hi_off) \ argument
85 return coresight_read_reg_pair(drvdata->base, lo_off, hi_off); \
90 coresight_write_reg_pair(drvdata->base, val, lo_off, hi_off); \
Dcoresight-tmc.h277 #define TMC_REG_PAIR(name, lo_off, hi_off) \ argument
281 return coresight_read_reg_pair(drvdata->base, lo_off, hi_off); \
286 coresight_write_reg_pair(drvdata->base, val, lo_off, hi_off); \
Dcoresight-tmc-core.c256 #define coresight_tmc_reg64(name, lo_off, hi_off) \ argument
257 coresight_simple_reg64(struct tmc_drvdata, name, lo_off, hi_off)
/Linux-v5.15/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()