Searched refs:ISP_CFG_FWLOAD_FORCE (Results 1 – 3 of 3) sorted by relevance
295 isp->isp_confopts |= ISP_CFG_FWLOAD_FORCE; in isp_get_generic_options()297 if ((isp->isp_confopts & (ISP_CFG_NORELOAD|ISP_CFG_FWLOAD_FORCE)) == in isp_get_generic_options()298 (ISP_CFG_NORELOAD|ISP_CFG_FWLOAD_FORCE)) { in isp_get_generic_options()
615 #define ISP_CFG_FWLOAD_FORCE 0x40000 /* Prefer ispfw(4) even if older */ macro
5235 if (isp->isp_confopts & ISP_CFG_FWLOAD_FORCE) { in isp_load_risc_flash()