Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dadm1021.c368 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()
/OK3568_Linux_fs/kernel/arch/csky/abiv2/inc/abi/
H A Dswitch_context.h9 unsigned long rhi; member
/OK3568_Linux_fs/kernel/arch/csky/include/uapi/asm/
H A Dptrace.h37 unsigned long rhi; member
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dptrace.c243 REG_OFFSET_NAME(rhi),
389 fp->rhi, fp->rlo); in show_regs()
H A Dasm-offsets.c70 DEFINE(PT_RHI, offsetof(struct pt_regs, rhi)); in main()