Lines Matching defs:d32
111 * @d32: spi transfer buffers
122 __be32 d32[3];
191 .tx_buf = &st->d32[0],
195 .tx_buf = &st->d32[1],
196 .rx_buf = &st->d32[2],
202 st->d32[0] = cpu_to_be32(
205 st->d32[1] = cpu_to_be32(AD5758_WR_FLAG_MSK(AD5758_NOP) << 24);
211 return (be32_to_cpu(st->d32[2]) >> 8) & 0xFFFF;
218 st->d32[0] = cpu_to_be32((AD5758_WR_FLAG_MSK(addr) << 24) |
221 return spi_write(st->spi, &st->d32[0], sizeof(st->d32[0]));
671 st->d32[0] = cpu_to_be32(mask);
673 return spi_write(st->spi, &st->d32[0], 4);