Searched refs:isp_config (Results 1 – 3 of 3) sorted by relevance
3401 struct ia_css_isp_config isp_config; in atomisp_css_get_wb_config() local3410 memset(&isp_config, 0, sizeof(struct ia_css_isp_config)); in atomisp_css_get_wb_config()3411 isp_config.wb_config = &wb_config; in atomisp_css_get_wb_config()3414 &isp_config); in atomisp_css_get_wb_config()3424 struct ia_css_isp_config isp_config; in atomisp_css_get_ob_config() local3433 memset(&isp_config, 0, sizeof(struct ia_css_isp_config)); in atomisp_css_get_ob_config()3434 isp_config.ob_config = &ob_config; in atomisp_css_get_ob_config()3437 &isp_config); in atomisp_css_get_ob_config()3447 struct ia_css_isp_config isp_config; in atomisp_css_get_dp_config() local3456 memset(&isp_config, 0, sizeof(struct ia_css_isp_config)); in atomisp_css_get_dp_config()[all …]
2039 nv->isp_config.burst_enable = 1; in qla1280_set_defaults()2041 nv->isp_config.fifo_threshold |= 3; in qla1280_set_defaults()2043 nv->isp_config.fifo_threshold |= 4; in qla1280_set_defaults()2196 cfg1 |= nv->isp_config.fifo_threshold << 4; in qla1280_nvram_config()2198 cfg1 |= nv->isp_config.burst_enable << 2; in qla1280_nvram_config()2207 cfg1 = nv->isp_config.fifo_threshold << 4; in qla1280_nvram_config()2208 cfg1 |= nv->isp_config.burst_enable << 2; in qla1280_nvram_config()
377 } isp_config; /* 16 */ member