Searched refs:temp_regs (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/hwmon/ |
H A D | lm77.c | 46 static const u8 temp_regs[t_num_temp] = { variable 116 temp_regs[i])); in lm77_update_device() 172 lm77_write_value(client, temp_regs[nr], LM77_TEMP_TO_REG(val)); in temp_store()
|
H A D | lm80.c | 91 static const u8 temp_regs[t_num_temp] = { variable 218 rv = lm80_read_value(client, temp_regs[i]); in lm80_update_device() 426 lm80_write_value(client, temp_regs[nr], data->temp[nr] >> 8); in temp_store()
|
H A D | max6697.c | 194 unsigned int temp_regs[2] = { MAX6697_REG_TEMP[channel], in max6697_read() local 204 ret = regmap_multi_reg_read(regmap, temp_regs, regdata, in max6697_read()
|
/linux/sound/soc/img/ |
H A D | img-spdif-in.c | 221 u32 reg, trk_reg, temp_regs[IMG_SPDIF_IN_NUM_ACLKGEN]; in img_spdif_in_do_clkgen_multi() local 242 temp_regs[i] = reg; in img_spdif_in_do_clkgen_multi() 255 spdif->aclkgen_regs[i] = temp_regs[i] | trk_reg; in img_spdif_in_do_clkgen_multi()
|
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_rogue_fwif.h | 861 u32 temp_regs; member
|