Searched refs:isp_config (Results 1 – 3 of 3) sorted by relevance
2738 struct ia_css_isp_config isp_config; in atomisp_css_get_wb_config() local2747 memset(&isp_config, 0, sizeof(struct ia_css_isp_config)); in atomisp_css_get_wb_config()2748 isp_config.wb_config = &wb_config; in atomisp_css_get_wb_config()2751 &isp_config); in atomisp_css_get_wb_config()2761 struct ia_css_isp_config isp_config; in atomisp_css_get_ob_config() local2770 memset(&isp_config, 0, sizeof(struct ia_css_isp_config)); in atomisp_css_get_ob_config()2771 isp_config.ob_config = &ob_config; in atomisp_css_get_ob_config()2774 &isp_config); in atomisp_css_get_ob_config()2784 struct ia_css_isp_config isp_config; in atomisp_css_get_dp_config() local2793 memset(&isp_config, 0, sizeof(struct ia_css_isp_config)); in atomisp_css_get_dp_config()[all …]
2029 nv->isp_config.burst_enable = 1; in qla1280_set_defaults()2031 nv->isp_config.fifo_threshold |= 3; in qla1280_set_defaults()2033 nv->isp_config.fifo_threshold |= 4; in qla1280_set_defaults()2186 cfg1 |= nv->isp_config.fifo_threshold << 4; in qla1280_nvram_config()2188 cfg1 |= nv->isp_config.burst_enable << 2; in qla1280_nvram_config()2197 cfg1 = nv->isp_config.fifo_threshold << 4; in qla1280_nvram_config()2198 cfg1 |= nv->isp_config.burst_enable << 2; in qla1280_nvram_config()
376 } isp_config; /* 16 */ member