Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dov2640.c153 #define BANK_SEL 0xFF /* Register Bank Select */ macro
319 { BANK_SEL, BANK_SEL_DSP },
322 { BANK_SEL, BANK_SEL_SENS },
380 { BANK_SEL, BANK_SEL_DSP },
501 { BANK_SEL, BANK_SEL_DSP },
592 { BANK_SEL, BANK_SEL_DSP },
689 {BANK_SEL, BANK_SEL_SENS}, in ov2640_reset()
731 ret = i2c_smbus_write_byte_data(client, BANK_SEL, BANK_SEL_SENS); in ov2640_s_ctrl()
1093 i2c_smbus_write_byte_data(client, BANK_SEL, BANK_SEL_SENS); in ov2640_video_probe()
/openbmc/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()