Searched refs:THS8200_CHIP_CTL (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/media/i2c/ |
A D | ths8200.c | 126 uint8_t reg_03 = ths8200_read(sd, THS8200_CHIP_CTL); in ths8200_log_status() 154 ths8200_write_and_or(sd, THS8200_CHIP_CTL, 0xf2, (on ? 0x00 : 0x0c)); in ths8200_s_power() 179 ths8200_write_and_or(sd, THS8200_CHIP_CTL, 0xfe, in ths8200_s_stream() 191 ths8200_write_and_or(sd, THS8200_CHIP_CTL, 0x3f, 0xc0); in ths8200_core_init()
|
A D | ths8200_regs.h | 25 #define THS8200_CHIP_CTL 0x03 macro
|
Completed in 4 milliseconds