Searched refs:fwt (Results 1 – 1 of 1) sorted by relevance
172 uint64_t fwt; in isp_reset() local1019 fwt = isp->isp_fwattr; in isp_reset()1023 if (fwt & ISP2400_FW_ATTR_CLASS2) { in isp_reset()1024 fwt ^=ISP2400_FW_ATTR_CLASS2; in isp_reset()1027 if (fwt & ISP2400_FW_ATTR_IP) { in isp_reset()1028 fwt ^=ISP2400_FW_ATTR_IP; in isp_reset()1031 if (fwt & ISP2400_FW_ATTR_MULTIID) { in isp_reset()1032 fwt ^=ISP2400_FW_ATTR_MULTIID; in isp_reset()1035 if (fwt & ISP2400_FW_ATTR_SB2) { in isp_reset()1036 fwt ^=ISP2400_FW_ATTR_SB2; in isp_reset()[all …]