Searched refs:BANK_SEL (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | ov2640.c | 153 #define BANK_SEL 0xFF /* Register Bank Select */ macro 317 { BANK_SEL, BANK_SEL_DSP }, 320 { BANK_SEL, BANK_SEL_SENS }, 378 { BANK_SEL, BANK_SEL_DSP }, 499 { BANK_SEL, BANK_SEL_DSP }, 590 { BANK_SEL, BANK_SEL_DSP }, 687 {BANK_SEL, BANK_SEL_SENS}, in ov2640_reset() 729 ret = i2c_smbus_write_byte_data(client, BANK_SEL, BANK_SEL_SENS); in ov2640_s_ctrl() 1086 i2c_smbus_write_byte_data(client, BANK_SEL, BANK_SEL_SENS); in ov2640_video_probe()
|
/linux-6.12.1/drivers/memory/ |
D | mtk-smi.c | 83 #define BANK_SEL(id) ({ \ macro 280 reg |= BANK_SEL(larb->bank[i]); in mtk_smi_larb_config_port_gen2_general()
|