Lines Matching refs:size
298 dev.interface->write_ahb(0x01000a00, phase_table.size(), phase_table.data());
375 dist = scan_table.table.size();
410 unsigned min_restep = scan_table.table.size() / (2 * step_multiplier) - 1;
422 scan_table.table.size(),
436 reg->set8(REG_STEPNO, scan_table.table.size() / step_multiplier);
437 reg->set8(REG_FASTNO, scan_table.table.size() / step_multiplier);
438 reg->set8(REG_FSHDEC, scan_table.table.size() / step_multiplier);
439 reg->set8(REG_FMOVNO, fast_table.table.size() / step_multiplier);
440 reg->set8(REG_FMOVDEC, fast_table.table.size() / step_multiplier);
883 std::uint8_t* data, int size) const
885 DBG_HELPER_ARGS(dbg, "writing %d bytes of shading data", size);
888 unsigned length = static_cast<unsigned>(size / 3);