Searched refs:lo_off (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/drivers/hwtracing/coresight/ |
D | coresight-priv.h | 44 #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)
|
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-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 | 256 #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/ |
D | sys_parisc.c | 368 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()
|