Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
A Dadm1021.c368 int lte, rte, lhi, rhi, llo, rlo; in adm1021_detect() local
373 rlo = i2c_smbus_read_byte_data(client, ADM1021_REG_THYST_R(1)); in adm1021_detect()
376 if (llo < 0 || rlo < 0) in adm1021_detect()
393 && lte == rlo) in adm1021_detect()
406 if ((s8)llo > lhi || (s8)rlo > rhi) in adm1021_detect()
/linux/arch/csky/abiv2/inc/abi/
A Dswitch_context.h9 unsigned long rlo; member
/linux/arch/csky/include/uapi/asm/
A Dptrace.h37 unsigned long rlo; member
/linux/arch/csky/kernel/
A Dptrace.c245 REG_OFFSET_NAME(rlo),
509 fp->rhi, fp->rlo); in show_regs()
A Dasm-offsets.c70 DEFINE(PT_RLO, offsetof(struct pt_regs, rlo)); in main()

Completed in 6 milliseconds