Searched refs:fwt (Results 1 – 1 of 1) sorted by relevance
162 uint64_t fwt; in isp_reset() local1105 fwt = isp->isp_fwattr; in isp_reset()1109 if (fwt & ISP2400_FW_ATTR_CLASS2) { in isp_reset()1110 fwt ^=ISP2400_FW_ATTR_CLASS2; in isp_reset()1113 if (fwt & ISP2400_FW_ATTR_IP) { in isp_reset()1114 fwt ^=ISP2400_FW_ATTR_IP; in isp_reset()1117 if (fwt & ISP2400_FW_ATTR_MULTIID) { in isp_reset()1118 fwt ^=ISP2400_FW_ATTR_MULTIID; in isp_reset()1121 if (fwt & ISP2400_FW_ATTR_SB2) { in isp_reset()1122 fwt ^=ISP2400_FW_ATTR_SB2; in isp_reset()[all …]