Home
last modified time | relevance | path

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

/linux/arch/csky/abiv2/inc/abi/
H A Dswitch_context.h8 unsigned long rhi; member
/linux/arch/csky/include/uapi/asm/
H A Dptrace.h36 unsigned long rhi; member
/linux/arch/csky/kernel/
H A Dptrace.c243 REG_OFFSET_NAME(rhi),
508 fp->rhi, fp->rlo); in show_regs()
H A Dasm-offsets.c69 DEFINE(PT_RHI, offsetof(struct pt_regs, rhi)); in main()
/linux/drivers/hwmon/
H A Dlm90.c1829 int llo, rlo, lhi, rhi; in lm90_detect_max1617() local
1853 rhi = i2c_smbus_read_byte_data(client, LM90_REG_REMOTE_HIGHH); in lm90_detect_max1617()
1862 if (i2c_smbus_read_byte(client) != rhi) in lm90_detect_max1617()
1871 if ((s8)lhi < 0 || (s8)rhi < 0) in lm90_detect_max1617()
1875 if ((s8)llo >= lhi || (s8)rlo >= rhi) in lm90_detect_max1617()