Searched refs:BANK_SEL (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
D | ov2640.c | 153 #define BANK_SEL 0xFF /* Register Bank Select */ macro 302 { BANK_SEL, BANK_SEL_DSP }, 305 { BANK_SEL, BANK_SEL_SENS }, 360 { BANK_SEL, BANK_SEL_DSP }, 481 { BANK_SEL, BANK_SEL_DSP }, 569 { BANK_SEL, BANK_SEL_DSP }, 664 {BANK_SEL, BANK_SEL_SENS}, in ov2640_reset() 695 ret = i2c_smbus_write_byte_data(client, BANK_SEL, BANK_SEL_SENS); in ov2640_s_ctrl() 977 i2c_smbus_write_byte_data(client, BANK_SEL, BANK_SEL_SENS); in ov2640_video_probe()
|