Searched refs:isp_config (Results 1 – 3 of 3) sorted by relevance
2695 struct ia_css_isp_config isp_config; in atomisp_css_get_wb_config() local2704 memset(&isp_config, 0, sizeof(struct ia_css_isp_config)); in atomisp_css_get_wb_config()2705 isp_config.wb_config = &wb_config; in atomisp_css_get_wb_config()2708 &isp_config); in atomisp_css_get_wb_config()2718 struct ia_css_isp_config isp_config; in atomisp_css_get_ob_config() local2727 memset(&isp_config, 0, sizeof(struct ia_css_isp_config)); in atomisp_css_get_ob_config()2728 isp_config.ob_config = &ob_config; in atomisp_css_get_ob_config()2731 &isp_config); in atomisp_css_get_ob_config()2741 struct ia_css_isp_config isp_config; in atomisp_css_get_dp_config() local2750 memset(&isp_config, 0, sizeof(struct ia_css_isp_config)); in atomisp_css_get_dp_config()[all …]
2033 nv->isp_config.burst_enable = 1; in qla1280_set_defaults()2035 nv->isp_config.fifo_threshold |= 3; in qla1280_set_defaults()2037 nv->isp_config.fifo_threshold |= 4; in qla1280_set_defaults()2190 cfg1 |= nv->isp_config.fifo_threshold << 4; in qla1280_nvram_config()2192 cfg1 |= nv->isp_config.burst_enable << 2; in qla1280_nvram_config()2201 cfg1 = nv->isp_config.fifo_threshold << 4; in qla1280_nvram_config()2202 cfg1 |= nv->isp_config.burst_enable << 2; in qla1280_nvram_config()
376 } isp_config; /* 16 */ member