Home
last modified time | relevance | path

Searched refs:BANK_SEL (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/i2c/
H A Dov2640.c153 #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/drivers/memory/
H A Dmtk-smi.c83 #define BANK_SEL(id) ({ \ macro
280 reg |= BANK_SEL(larb->bank[i]); in mtk_smi_larb_config_port_gen2_general()