Searched refs:isp_config (Results 1 – 3 of 3) sorted by relevance
2706 struct ia_css_isp_config isp_config; in atomisp_css_get_wb_config() local2715 memset(&isp_config, 0, sizeof(struct ia_css_isp_config)); in atomisp_css_get_wb_config()2716 isp_config.wb_config = &wb_config; in atomisp_css_get_wb_config()2719 &isp_config); in atomisp_css_get_wb_config()2729 struct ia_css_isp_config isp_config; in atomisp_css_get_ob_config() local2738 memset(&isp_config, 0, sizeof(struct ia_css_isp_config)); in atomisp_css_get_ob_config()2739 isp_config.ob_config = &ob_config; in atomisp_css_get_ob_config()2742 &isp_config); in atomisp_css_get_ob_config()2752 struct ia_css_isp_config isp_config; in atomisp_css_get_dp_config() local2761 memset(&isp_config, 0, sizeof(struct ia_css_isp_config)); in atomisp_css_get_dp_config()[all …]
2031 nv->isp_config.burst_enable = 1; in qla1280_set_defaults()2033 nv->isp_config.fifo_threshold |= 3; in qla1280_set_defaults()2035 nv->isp_config.fifo_threshold |= 4; in qla1280_set_defaults()2188 cfg1 |= nv->isp_config.fifo_threshold << 4; in qla1280_nvram_config()2190 cfg1 |= nv->isp_config.burst_enable << 2; in qla1280_nvram_config()2199 cfg1 = nv->isp_config.fifo_threshold << 4; in qla1280_nvram_config()2200 cfg1 |= nv->isp_config.burst_enable << 2; in qla1280_nvram_config()
376 } isp_config; /* 16 */ member