Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwtracing/coresight/
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-priv.h43 #define __coresight_simple_func(type, func, name, lo_off, hi_off) \ argument
55 lo_off, hi_off); \
65 #define coresight_simple_reg64(type, name, lo_off, hi_off) \ argument
66 __coresight_simple_func(type, NULL, name, lo_off, hi_off)
Dcoresight-tmc.h276 #define TMC_REG_PAIR(name, lo_off, hi_off) \ argument
280 return coresight_read_reg_pair(drvdata->base, lo_off, hi_off); \
285 coresight_write_reg_pair(drvdata->base, val, lo_off, hi_off); \
Dcoresight-tmc.c255 #define coresight_tmc_reg64(name, lo_off, hi_off) \ argument
256 coresight_simple_reg64(struct tmc_drvdata, name, lo_off, hi_off)
/Linux-v5.4/arch/parisc/kernel/
Dsys_parisc.c348 u32 hi_off, u32 lo_off, u32 hi_nbytes, u32 lo_nbytes, in parisc_sync_file_range() argument
351 return ksys_sync_file_range(fd, (loff_t)hi_off << 32 | lo_off, in parisc_sync_file_range()