Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/i2c/soc_camera/
Drj54n1cb0c.c89 #define E_EXCLK (1 << 7) macro
813 ret = reg_write(client, RJ54N1_RESET_STANDBY, E_EXCLK | SOFT_STDBY); in rj54n1_set_clock()
816 ret = reg_write(client, RJ54N1_RESET_STANDBY, E_EXCLK); in rj54n1_set_clock()
861 E_EXCLK | SEN_RSTX); in rj54n1_set_clock()
941 E_EXCLK | DSP_RSTX | SEN_RSTX); in rj54n1_reg_init()
950 E_EXCLK | DSP_RSTX | TG_RSTX | SEN_RSTX); in rj54n1_reg_init()
1017 if (!(ret & E_EXCLK)) { in rj54n1_s_fmt()