Home
last modified time | relevance | path

Searched refs:lo_off (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-catu.h81 #define CATU_REG_PAIR(name, lo_off, hi_off) \
85 return coresight_read_reg_pair(drvdata->base, lo_off, hi_off); \
90 coresight_write_reg_pair(drvdata->base, val, lo_off, hi_off); \
H A Dcoresight-priv.h44 #define __coresight_simple_func(type, func, name, lo_off, hi_off) \
53 val = (u64)fn(_dev->parent, lo_off); \
56 lo_off, hi_off); \
66 #define coresight_simple_reg64(type, name, lo_off, hi_off) \
67 __coresight_simple_func(type, NULL, name, lo_off, hi_off)
H A Dcoresight-tmc.h277 #define TMC_REG_PAIR(name, lo_off, hi_off) \
281 return coresight_read_reg_pair(drvdata->base, lo_off, hi_off); \
286 coresight_write_reg_pair(drvdata->base, val, lo_off, hi_off); \
H A Dcoresight-tmc-core.c253 #define coresight_tmc_reg64(name, lo_off, hi_off) \
254 coresight_simple_reg64(struct tmc_drvdata, name, lo_off, hi_off)
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-catu.h81 #define CATU_REG_PAIR(name, lo_off, hi_off) \
85 return csdev_access_relaxed_read_pair(&drvdata->csdev->access, lo_off, hi_off); \
90 csdev_access_relaxed_write_pair(&drvdata->csdev->access, val, lo_off, hi_off); \
H A Dcoresight-priv.h44 u32 lo_off; member
66 #define coresight_simple_reg64(name, lo_off, hi_off) \
70 lo_off, hi_off \
H A Dcoresight-tmc.h281 #define TMC_REG_PAIR(name, lo_off, hi_off) \
285 return csdev_access_relaxed_read_pair(&drvdata->csdev->access, lo_off, hi_off); \
290 csdev_access_relaxed_write_pair(&drvdata->csdev->access, val, lo_off, hi_off); \
H A Dcoresight-core.c72 val = csdev_access_relaxed_read_pair(&csdev->access, cs_attr->lo_off, cs_attr->hi_off); in coresight_simple_show_pair()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dsys_parisc.c277 u32 hi_off, u32 lo_off, u32 hi_nbytes, u32 lo_nbytes, in parisc_sync_file_range()
280 return ksys_sync_file_range(fd, (loff_t)hi_off << 32 | lo_off, in parisc_sync_file_range()
276 parisc_sync_file_range(int fd, u32 hi_off, u32 lo_off, u32 hi_nbytes, u32 lo_nbytes, unsigned int flags) parisc_sync_file_range() argument
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dsys_parisc.c349 u32 hi_off, u32 lo_off, u32 hi_nbytes, u32 lo_nbytes, in parisc_sync_file_range()
352 return ksys_sync_file_range(fd, (loff_t)hi_off << 32 | lo_off, in parisc_sync_file_range()
348 parisc_sync_file_range(int fd, u32 hi_off, u32 lo_off, u32 hi_nbytes, u32 lo_nbytes, unsigned int flags) parisc_sync_file_range() argument

Completed in 13 milliseconds