Searched refs:hi_off (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
D | coresight-catu.h | 81 #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); \
|
D | coresight-priv.h | 44 #define __coresight_simple_func(type, func, name, lo_off, hi_off) \ argument 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)
|
D | coresight-tmc.h | 277 #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); \
|
D | coresight-tmc-core.c | 253 #define coresight_tmc_reg64(name, lo_off, hi_off) \ argument 254 coresight_simple_reg64(struct tmc_drvdata, name, lo_off, hi_off)
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
D | sys_parisc.c | 349 u32 hi_off, u32 lo_off, u32 hi_nbytes, u32 lo_nbytes, in parisc_sync_file_range() argument 352 return ksys_sync_file_range(fd, (loff_t)hi_off << 32 | lo_off, in parisc_sync_file_range()
|