Searched refs:pcr_enable (Results 1 – 1 of 1) sorted by relevance
652 * @pcr_enable: 0/1 - Disables/Enables the engine.657 static void isp_stat_pcr_enable(struct ispstat *stat, u8 pcr_enable) in isp_stat_pcr_enable() argument 660 stat->state != ISPSTAT_ENABLED) && pcr_enable) in isp_stat_pcr_enable() 664 stat->ops->enable(stat, pcr_enable); in isp_stat_pcr_enable() 665 if (stat->state == ISPSTAT_DISABLING && !pcr_enable) in isp_stat_pcr_enable() 667 else if (stat->state == ISPSTAT_ENABLING && pcr_enable) in isp_stat_pcr_enable() 954 * Because of that, pcr_enable(1) was moved to inside this 'if' in __stat_isr() 956 * pcr_enable(0) the module was busy. in __stat_isr()