Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
A 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); \
A Dcoresight-priv.h44 #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)
A Dcoresight-tmc.h281 #define TMC_REG_PAIR(name, lo_off, hi_off) \ argument
285 return coresight_read_reg_pair(drvdata->base, lo_off, hi_off); \
290 coresight_write_reg_pair(drvdata->base, val, lo_off, hi_off); \
A 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/arch/parisc/kernel/
A 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()

Completed in 11 milliseconds