Home
last modified time | relevance | path

Searched refs:rlo (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dadm1021.c378 int lte, rte, lhi, rhi, llo, rlo; in adm1021_detect() local
383 rlo = i2c_smbus_read_byte_data(client, ADM1021_REG_THYST_R(1)); in adm1021_detect()
386 if (llo < 0 || rlo < 0) in adm1021_detect()
403 && lte == rlo) in adm1021_detect()
421 if ((s8)llo > lhi || (s8)rlo > rhi) in adm1021_detect()
H A Dlm90.c1838 int llo, rlo, lhi, rhi; in lm90_detect_max1617() local
1859 rlo = i2c_smbus_read_byte_data(client, LM90_REG_REMOTE_LOWH); in lm90_detect_max1617()
1864 if (llo < 0 || rlo < 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 Dswitch_context.h9 unsigned long rlo; member
/openbmc/linux/arch/csky/include/uapi/asm/
H A Dptrace.h37 unsigned long rlo; member
/openbmc/linux/arch/csky/kernel/
H A Dasm-offsets.c69 DEFINE(PT_RLO, offsetof(struct pt_regs, rlo)); in main()
H A Dptrace.c244 REG_OFFSET_NAME(rlo),
508 fp->rhi, fp->rlo); in show_regs()