Home
last modified time | relevance | path

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

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