Lines Matching defs:data
199 dev->reg.init_reg(0xaa, 0x00); // custom data
298 dev.interface->write_ahb(0x01000a00, phase_table.size(), phase_table.data());
879 * Send shading calibration data. The buffer is considered to always hold values
883 std::uint8_t* data, int size) const
885 DBG_HELPER_ARGS(dbg, "writing %d bytes of shading data", size);
908 /* base addr of data has been written in reg D0-D4 in 4K word, so AHB address
915 /* write actual color channel data */
918 /* build up actual shading data by copying the part from the full width one
920 std::uint8_t* ptr = buffer.data();
925 std::uint8_t* src = (data + offset + i * length) + x;
939 dev->interface->write_ahb(addr, pixels, buffer.data());
945 * data white enough.