Home
last modified time | relevance | path

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

/linux/arch/csky/abiv2/inc/abi/
H A Dswitch_context.h9 unsigned long rlo; member
/linux/arch/csky/include/uapi/asm/
H A Dptrace.h37 unsigned long rlo; member
/linux/arch/csky/kernel/
H A Dptrace.c244 REG_OFFSET_NAME(rlo),
508 fp->rhi, fp->rlo); in show_regs()
H A Dasm-offsets.c69 DEFINE(PT_RLO, offsetof(struct pt_regs, rlo)); in main()
/linux/drivers/hwmon/
H A Dlm90.c1845 int llo, rlo, lhi, rhi; in lm90_detect_max1617() local
1866 rlo = i2c_smbus_read_byte_data(client, LM90_REG_REMOTE_LOWH); in lm90_detect_max1617()
1871 if (llo < 0 || rlo < 0) in lm90_detect_max1617()
1891 if ((s8)llo >= lhi || (s8)rlo >= rhi) in lm90_detect_max1617()