Searched refs:cx22702_reg_write (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/ |
H A D | cx22702.c | 57 cx22702_reg_write(i2c_bus *bus, uint8 reg, uint8 data) in cx22702_reg_write() function 82 if (cx22702_reg_write(bus, 0x00, 0x02) != B_OK) return B_ERROR; in cx22702_init() 83 if (cx22702_reg_write(bus, 0x00, 0x00) != B_OK) return B_ERROR; in cx22702_init() 85 if (cx22702_reg_write(bus, 0x00, 0x00) != B_OK) return B_ERROR; in cx22702_init() 86 if (cx22702_reg_write(bus, 0x09, 0x01) != B_OK) return B_ERROR; in cx22702_init() 87 if (cx22702_reg_write(bus, 0x0B, 0x04) != B_OK) return B_ERROR; in cx22702_init() 88 if (cx22702_reg_write(bus, 0x0C, 0x00) != B_OK) return B_ERROR; in cx22702_init() 89 if (cx22702_reg_write(bus, 0x0D, 0x80) != B_OK) return B_ERROR; in cx22702_init() 90 if (cx22702_reg_write(bus, 0x26, 0x80) != B_OK) return B_ERROR; in cx22702_init() 91 if (cx22702_reg_write(bus, 0x2D, 0xff) != B_OK) return B_ERROR; in cx22702_init() [all …]
|
H A D | cx22702.h | 31 status_t cx22702_reg_write(i2c_bus *bus, uint8 reg, uint8 data);
|