Home
last modified time | relevance | path

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

/linux/drivers/iio/dac/
H A Dad5758.c90 #define AD5758_WR_FLAG_MSK(x) (0x80 | ((x) & 0x1F)) macro
202 (AD5758_WR_FLAG_MSK(AD5758_TWO_STAGE_READBACK_SELECT) << 24) | in ad5758_spi_reg_read()
204 st->d32[1] = cpu_to_be32(AD5758_WR_FLAG_MSK(AD5758_NOP) << 24); in ad5758_spi_reg_read()
217 st->d32[0] = cpu_to_be32((AD5758_WR_FLAG_MSK(addr) << 24) | in ad5758_spi_reg_write()
669 mask = (AD5758_WR_FLAG_MSK(AD5758_DIGITAL_DIAG_CONFIG) << 24) | 0x5C3A; in ad5758_crc_disable()