Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/i2c/soc_camera/
Drj54n1cb0c.c89 #define E_EXCLK (1 << 7) macro
819 ret = reg_write(client, RJ54N1_RESET_STANDBY, E_EXCLK | SOFT_STDBY); in rj54n1_set_clock()
822 ret = reg_write(client, RJ54N1_RESET_STANDBY, E_EXCLK); in rj54n1_set_clock()
867 E_EXCLK | SEN_RSTX); in rj54n1_set_clock()
947 E_EXCLK | DSP_RSTX | SEN_RSTX); in rj54n1_reg_init()
956 E_EXCLK | DSP_RSTX | TG_RSTX | SEN_RSTX); in rj54n1_reg_init()
1017 if (!(ret & E_EXCLK)) { in rj54n1_set_fmt()