Searched refs:isp_config (Results 1 – 3 of 3) sorted by relevance
3371 struct ia_css_isp_config isp_config; in atomisp_css_get_wb_config() local3380 memset(&isp_config, 0, sizeof(struct ia_css_isp_config)); in atomisp_css_get_wb_config()3381 isp_config.wb_config = &wb_config; in atomisp_css_get_wb_config()3384 &isp_config); in atomisp_css_get_wb_config()3394 struct ia_css_isp_config isp_config; in atomisp_css_get_ob_config() local3403 memset(&isp_config, 0, sizeof(struct ia_css_isp_config)); in atomisp_css_get_ob_config()3404 isp_config.ob_config = &ob_config; in atomisp_css_get_ob_config()3407 &isp_config); in atomisp_css_get_ob_config()3417 struct ia_css_isp_config isp_config; in atomisp_css_get_dp_config() local3426 memset(&isp_config, 0, sizeof(struct ia_css_isp_config)); in atomisp_css_get_dp_config()[all …]
2038 nv->isp_config.burst_enable = 1; in qla1280_set_defaults()2040 nv->isp_config.fifo_threshold |= 3; in qla1280_set_defaults()2042 nv->isp_config.fifo_threshold |= 4; in qla1280_set_defaults()2195 cfg1 |= nv->isp_config.fifo_threshold << 4; in qla1280_nvram_config()2197 cfg1 |= nv->isp_config.burst_enable << 2; in qla1280_nvram_config()2206 cfg1 = nv->isp_config.fifo_threshold << 4; in qla1280_nvram_config()2207 cfg1 |= nv->isp_config.burst_enable << 2; in qla1280_nvram_config()
377 } isp_config; /* 16 */ member