Searched refs:BANK_SEL (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/media/i2c/ |
D | ov2640.c | 155 #define BANK_SEL 0xFF /* Register Bank Select */ macro 321 { BANK_SEL, BANK_SEL_DSP }, 324 { BANK_SEL, BANK_SEL_SENS }, 382 { BANK_SEL, BANK_SEL_DSP }, 503 { BANK_SEL, BANK_SEL_DSP }, 594 { BANK_SEL, BANK_SEL_DSP }, 691 {BANK_SEL, BANK_SEL_SENS}, in ov2640_reset() 733 ret = i2c_smbus_write_byte_data(client, BANK_SEL, BANK_SEL_SENS); in ov2640_s_ctrl() 1095 i2c_smbus_write_byte_data(client, BANK_SEL, BANK_SEL_SENS); in ov2640_video_probe()
|
/linux-5.19.10/drivers/memory/ |
D | mtk-smi.c | 79 #define BANK_SEL(id) ({ \ macro 257 reg |= BANK_SEL(larb->bank[i]); in mtk_smi_larb_config_port_gen2_general()
|