/openbmc/linux/drivers/hwmon/ |
H A D | adm1021.c | 378 int lte, rte, lhi, rhi, llo, rlo; in adm1021_detect() local 392 rhi = i2c_smbus_read_byte_data(client, ADM1021_REG_TOS_R(1)); in adm1021_detect() 398 if ((s8)lte < 0 || (s8)rte < 0 || (s8)lhi < 0 || (s8)rhi < 0) in adm1021_detect() 402 if (lte == rte && lte == lhi && lte == rhi && lte == llo in adm1021_detect() 421 if ((s8)llo > lhi || (s8)rlo > rhi) in adm1021_detect()
|
H A D | lm90.c | 1838 int llo, rlo, lhi, rhi; in lm90_detect_max1617() local 1862 rhi = i2c_smbus_read_byte_data(client, LM90_REG_REMOTE_HIGHH); in lm90_detect_max1617() 1871 if (i2c_smbus_read_byte(client) != rhi) in lm90_detect_max1617() 1880 if ((s8)lhi < 0 || (s8)rhi < 0) in lm90_detect_max1617() 1884 if ((s8)llo >= lhi || (s8)rlo >= rhi) in lm90_detect_max1617()
|
/openbmc/linux/arch/csky/abiv2/inc/abi/ |
H A D | switch_context.h | 8 unsigned long rhi; member
|
/openbmc/linux/arch/csky/include/uapi/asm/ |
H A D | ptrace.h | 36 unsigned long rhi; member
|
/openbmc/linux/arch/csky/kernel/ |
H A D | ptrace.c | 243 REG_OFFSET_NAME(rhi), 508 fp->rhi, fp->rlo); in show_regs()
|
H A D | asm-offsets.c | 68 DEFINE(PT_RHI, offsetof(struct pt_regs, rhi)); in main()
|
/openbmc/qemu/target/xtensa/core-dc233c/ |
H A D | xtensa-modules.c.inc | 2899 { "rhi", FIELD_rhi, -1, 0, 0, 0, 0, 0, 0 },
|
/openbmc/qemu/target/xtensa/core-de212/ |
H A D | xtensa-modules.c.inc | 2995 { "rhi", FIELD_rhi, -1, 0, 0, 0, 0, 0, 0 },
|
/openbmc/qemu/target/xtensa/core-dc232b/ |
H A D | xtensa-modules.c.inc | 2818 { "rhi", 37, -1, 0, 0, 0, 0, 0, 0 },
|
/openbmc/qemu/target/xtensa/core-de233_fpu/ |
H A D | xtensa-modules.c.inc | 4358 { "rhi", FIELD_rhi, -1, 0, 0, 0, 0, 0, 0 },
|
/openbmc/qemu/target/xtensa/core-test_kc705_be/ |
H A D | xtensa-modules.c.inc | 12494 { "rhi", FIELD_rhi, -1, 0, 0, 0, 0, 0, 0 },
|