Searched refs:mt9t112_reg_mask_set (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
H A D | mt9t112.c | 61 #define mt9t112_reg_mask_set(ret, client, a, b, c) \ macro 266 mt9t112_reg_mask_set(ret, client, 0x001a, 0x0001, 0x0001); mt9t112_reset() 268 mt9t112_reg_mask_set(ret, client, 0x001a, 0x0001, 0x0000); mt9t112_reset() 391 mt9t112_reg_mask_set(ret, client, 0x0010, 0x3fff, val); mt9t112_set_pll_dividers() 397 mt9t112_reg_mask_set(ret, client, 0x0012, 0x0fff, val); mt9t112_set_pll_dividers() 404 mt9t112_reg_mask_set(ret, client, 0x002A, 0x7fff, val); mt9t112_set_pll_dividers() 409 mt9t112_reg_mask_set(ret, client, 0x002C, 0x100f, val); mt9t112_set_pll_dividers() 419 mt9t112_reg_mask_set(ret, client, 0x0014, 0x003, 0x0001); mt9t112_init_pll() 462 mt9t112_reg_mask_set(ret, client, 0x0018, 0x0002, 0x0002); mt9t112_init_pll() 463 mt9t112_reg_mask_set(ret, client, 0x3B82, 0x0004, 0x0004); mt9t112_init_pll() 466 mt9t112_reg_mask_set(ret, client, 0x0018, 0x0004, 0x0004); mt9t112_init_pll() 469 mt9t112_reg_mask_set(ret, client, 0x0018, 0x0001, 0); mt9t112_init_pll() 703 mt9t112_reg_mask_set(ret, client, 0x0018, 0x0004, 0); mt9t112_init_camera()
|
Completed in 36 milliseconds