Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/media/soc_camera/
Dsoc_mt9v022.c159 u16 chip_control; member
212 mt9v022->chip_control |= 0x10; in mt9v022_init()
213 ret = reg_write(client, MT9V022_CHIP_CONTROL, mt9v022->chip_control); in mt9v022_init()
245 mt9v022->chip_control &= ~0x10; in mt9v022_s_stream()
257 mt9v022->chip_control |= 0x10; in mt9v022_s_stream()
270 if (reg_write(client, MT9V022_CHIP_CONTROL, mt9v022->chip_control) < 0) in mt9v022_s_stream()
844 mt9v022->chip_control &= ~0x8; in mt9v022_s_mbus_config()
846 ret = reg_write(client, MT9V022_CHIP_CONTROL, mt9v022->chip_control); in mt9v022_s_mbus_config()
851 pixclk, mt9v022->chip_control); in mt9v022_s_mbus_config()
948 mt9v022->chip_control = MT9V022_CHIP_CONTROL_DEFAULT; in mt9v022_probe()