Home
last modified time | relevance | path

Searched refs:DPOT_RDAC0 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/misc/
H A Dad525x_dpot.c194 ctrl = ((reg & DPOT_RDAC_MASK) == DPOT_RDAC0) ? in dpot_read_i2c()
203 ctrl = ((reg & DPOT_RDAC_MASK) == DPOT_RDAC0) ? in dpot_read_i2c()
346 ctrl = ((reg & DPOT_RDAC_MASK) == DPOT_RDAC0) ? in dpot_write_i2c()
360 ctrl = ((reg & DPOT_RDAC_MASK) == DPOT_RDAC0) ? in dpot_write_i2c()
523 DPOT_DEVICE_SHOW_SET(rdac0, DPOT_ADDR_RDAC | DPOT_RDAC0);
524 DPOT_DEVICE_SHOW_SET(eeprom0, DPOT_ADDR_EEPROM | DPOT_RDAC0);
526 DPOT_DEVICE_SHOW_SET(otp0, DPOT_ADDR_OTP | DPOT_RDAC0);
527 DPOT_DEVICE_SHOW_SET(otp0en, DPOT_ADDR_OTP_EN | DPOT_RDAC0);
707 for (i = DPOT_RDAC0; i < MAX_RDACS; i++) in ad_dpot_probe()
731 for (i = DPOT_RDAC0; i < MAX_RDACS; i++) in ad_dpot_probe()
[all …]
H A Dad525x_dpot.h134 #define DPOT_RDAC0 0 macro
144 #define DPOT_TOL_RDAC0 (DPOT_REG_TOL | DPOT_RDAC0)