Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-priv.h35 #define __coresight_simple_func(type, func, name, lo_off, hi_off) \ argument
47 lo_off, hi_off); \
57 #define coresight_simple_reg64(type, name, lo_off, hi_off) \ argument
58 __coresight_simple_func(type, NULL, name, lo_off, hi_off)
Dcoresight-catu.h82 #define CATU_REG_PAIR(name, lo_off, hi_off) \ argument
86 return coresight_read_reg_pair(drvdata->base, lo_off, hi_off); \
91 coresight_write_reg_pair(drvdata->base, val, lo_off, hi_off); \
Dcoresight-tmc.h257 #define TMC_REG_PAIR(name, lo_off, hi_off) \ argument
261 return coresight_read_reg_pair(drvdata->base, lo_off, hi_off); \
266 coresight_write_reg_pair(drvdata->base, val, lo_off, hi_off); \
Dcoresight-tmc.c220 #define coresight_tmc_reg64(name, lo_off, hi_off) \ argument
221 coresight_simple_reg64(struct tmc_drvdata, name, lo_off, hi_off)
/Linux-v4.19/arch/parisc/kernel/
Dsys_parisc.c361 u32 hi_off, u32 lo_off, u32 hi_nbytes, u32 lo_nbytes, in parisc_sync_file_range() argument
364 return ksys_sync_file_range(fd, (loff_t)hi_off << 32 | lo_off, in parisc_sync_file_range()