cx22702_reg_write
if (cx22702_reg_write(bus, 0x00, 0x00) != B_OK)
if (cx22702_reg_write(bus, 0x0c, data) != B_OK)
if (cx22702_reg_write(bus, 0x06, data) != B_OK)
if (cx22702_reg_write(bus, 0x07, data) != B_OK)
if (cx22702_reg_write(bus, 0x08, data) != B_OK)
if (cx22702_reg_write(bus, 0x0b, data | 0x02) != B_OK)
if (cx22702_reg_write(bus, 0x00, 0x01) != B_OK)
if (cx22702_reg_write(bus, 0xE3, 0) != B_OK)
if (cx22702_reg_write(bus, 0x00, 0x02) != B_OK) return B_ERROR;
if (cx22702_reg_write(bus, 0x00, 0x00) != B_OK) return B_ERROR;
if (cx22702_reg_write(bus, 0x00, 0x00) != B_OK) return B_ERROR;
if (cx22702_reg_write(bus, 0x09, 0x01) != B_OK) return B_ERROR;
if (cx22702_reg_write(bus, 0x0B, 0x04) != B_OK) return B_ERROR;
if (cx22702_reg_write(bus, 0x0C, 0x00) != B_OK) return B_ERROR;
if (cx22702_reg_write(bus, 0x0D, 0x80) != B_OK) return B_ERROR;
if (cx22702_reg_write(bus, 0x26, 0x80) != B_OK) return B_ERROR;
if (cx22702_reg_write(bus, 0x2D, 0xff) != B_OK) return B_ERROR;
if (cx22702_reg_write(bus, 0xDC, 0x00) != B_OK) return B_ERROR;
if (cx22702_reg_write(bus, 0xE4, 0x00) != B_OK) return B_ERROR;
if (cx22702_reg_write(bus, 0xF8, 0x02) != B_OK) return B_ERROR;
if (cx22702_reg_write(bus, 0x00, 0x01) != B_OK) return B_ERROR;
status_t cx22702_reg_write(i2c_bus *bus, uint8 reg, uint8 data);