Searched refs:rhi (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/hwmon/ |
A D | adm1021.c | 368 int lte, rte, lhi, rhi, llo, rlo; in adm1021_detect() local 382 rhi = i2c_smbus_read_byte_data(client, ADM1021_REG_TOS_R(1)); in adm1021_detect() 388 if ((s8)lte < 0 || (s8)rte < 0 || (s8)lhi < 0 || (s8)rhi < 0) in adm1021_detect() 392 if (lte == rte && lte == lhi && lte == rhi && lte == llo in adm1021_detect() 406 if ((s8)llo > lhi || (s8)rlo > rhi) in adm1021_detect()
|
/linux/arch/csky/abiv2/inc/abi/ |
A D | switch_context.h | 8 unsigned long rhi; member
|
/linux/arch/csky/include/uapi/asm/ |
A D | ptrace.h | 36 unsigned long rhi; member
|
/linux/arch/csky/kernel/ |
A D | ptrace.c | 244 REG_OFFSET_NAME(rhi), 509 fp->rhi, fp->rlo); in show_regs()
|
A D | asm-offsets.c | 69 DEFINE(PT_RHI, offsetof(struct pt_regs, rhi)); in main()
|
Completed in 9 milliseconds