Searched refs:offdac_field (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/health/ |
H A D | afe4404.c | 253 unsigned int value_reg, led_field, offdac_field; in afe4404_read_raw() local 266 offdac_field = afe4404_channel_offdacs[chan->address]; in afe4404_read_raw() 267 ret = regmap_field_read(afe->fields[offdac_field], val); in afe4404_read_raw() 299 unsigned int led_field, offdac_field; in afe4404_write_raw() local 305 offdac_field = afe4404_channel_offdacs[chan->address]; in afe4404_write_raw() 306 return regmap_field_write(afe->fields[offdac_field], val); in afe4404_write_raw()
|
/kernel/linux/linux-6.6/drivers/iio/health/ |
H A D | afe4404.c | 253 unsigned int value_reg, led_field, offdac_field; in afe4404_read_raw() local 266 offdac_field = afe4404_channel_offdacs[chan->address]; in afe4404_read_raw() 267 ret = regmap_field_read(afe->fields[offdac_field], val); in afe4404_read_raw() 299 unsigned int led_field, offdac_field; in afe4404_write_raw() local 305 offdac_field = afe4404_channel_offdacs[chan->address]; in afe4404_write_raw() 306 return regmap_field_write(afe->fields[offdac_field], val); in afe4404_write_raw()
|
Completed in 2 milliseconds