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

/linux-master/drivers/media/i2c/
H A Drj54n1cb0c.c89 #define E_EXCLK (1 << 7) macro
826 ret = reg_write(client, RJ54N1_RESET_STANDBY, E_EXCLK | SOFT_STDBY);
829 ret = reg_write(client, RJ54N1_RESET_STANDBY, E_EXCLK);
874 E_EXCLK | SEN_RSTX);
954 E_EXCLK | DSP_RSTX | SEN_RSTX);
963 E_EXCLK | DSP_RSTX | TG_RSTX | SEN_RSTX);
1022 if (!(ret & E_EXCLK)) {

Completed in 77 milliseconds