Searched refs:DPOT_ADDR_CMD (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/misc/
H A Dad525x_dpot.h156 #define DPOT_ADDR_CMD (0x1 << 7) macro
159 #define DPOT_DEC_ALL_6DB (DPOT_ADDR_CMD | (0x4 << 3))
160 #define DPOT_INC_ALL_6DB (DPOT_ADDR_CMD | (0x9 << 3))
161 #define DPOT_DEC_ALL (DPOT_ADDR_CMD | (0x6 << 3))
162 #define DPOT_INC_ALL (DPOT_ADDR_CMD | (0xB << 3))
H A Dad525x_dpot.c132 if (!(reg & (DPOT_ADDR_EEPROM | DPOT_ADDR_CMD))) { dpot_read_spi()
243 if (!(reg & (DPOT_ADDR_EEPROM | DPOT_ADDR_CMD | DPOT_ADDR_OTP))) { dpot_write_spi()
292 } else if (reg & DPOT_ADDR_CMD) { dpot_write_spi()
391 if (reg & DPOT_ADDR_CMD)

Completed in 129 milliseconds