Lines Matching refs:bops
138 st->d16[0] = cpu_to_be16(st->bops->rd_wr_cmd(addr, 0) << 8);
153 st->d16[0] = cpu_to_be16((st->bops->rd_wr_cmd(addr, 1) << 8) |
166 readval = st->bops->reg_read(st, addr);
173 return st->bops->reg_write(st, addr, readval);
200 return st->bops->write_mask(st, ch_addr, AD7616_RANGE_CH_MSK(ch_index),
208 return st->bops->write_mask(st, AD7616_CONFIGURATION_REGISTER,
243 return st->bops->write_mask(st,
272 st->bops->reg_write(st,
310 const struct ad7606_bus_ops *bops;
314 bops = &ad7616_spi_bops;
317 bops = &ad7606B_spi_bops;
320 bops = &ad7606_spi_bops;
326 bops);