Searched refs:isp_config (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.c2735 struct ia_css_isp_config isp_config; local
2744 memset(&isp_config, 0, sizeof(struct ia_css_isp_config));
2745 isp_config.wb_config = &wb_config;
2748 &isp_config);
2758 struct ia_css_isp_config isp_config; local
2767 memset(&isp_config, 0, sizeof(struct ia_css_isp_config));
2768 isp_config.ob_config = &ob_config;
2771 &isp_config);
2781 struct ia_css_isp_config isp_config; local
2790 memset(&isp_config,
2804 struct ia_css_isp_config isp_config; local
2827 struct ia_css_isp_config isp_config; local
2851 struct ia_css_isp_config isp_config; local
2874 struct ia_css_isp_config isp_config; local
2897 struct ia_css_isp_config isp_config; local
2925 struct ia_css_isp_config isp_config; local
2953 struct ia_css_isp_config isp_config; local
2977 struct ia_css_isp_config isp_config; local
3001 struct ia_css_isp_config isp_config; local
3025 struct ia_css_isp_config isp_config; local
3168 struct ia_css_isp_config isp_config; local
[all...]
/linux-master/drivers/scsi/
H A Dqla1280.c2031 nv->isp_config.burst_enable = 1;
2033 nv->isp_config.fifo_threshold |= 3;
2035 nv->isp_config.fifo_threshold |= 4;
2188 cfg1 |= nv->isp_config.fifo_threshold << 4;
2190 cfg1 |= nv->isp_config.burst_enable << 2;
2199 cfg1 = nv->isp_config.fifo_threshold << 4;
2200 cfg1 |= nv->isp_config.burst_enable << 2;
H A Dqla1280.h376 } isp_config; /* 16 */ member in struct:nvram

Completed in 123 milliseconds