Lines Matching refs:ucode_size
80 static void write_to_ucd_unit(struct nitrox_device *ndev, u32 ucode_size, in write_to_ucd_unit() argument
106 code_size = roundup(ucode_size, 16); in write_to_ucd_unit()
129 u32 ucode_size; in nitrox_load_fw() local
143 ucode_size = be32_to_cpu(ucode->code_size) * 2; in nitrox_load_fw()
144 if (!ucode_size || ucode_size > CNN55XX_MAX_UCODE_SIZE) { in nitrox_load_fw()
146 ucode_size, fw_name); in nitrox_load_fw()
157 write_to_ucd_unit(ndev, ucode_size, ucode_data, 0); in nitrox_load_fw()
172 if (ucode_size <= CNN55XX_UCD_BLOCK_SIZE) in nitrox_load_fw()
194 ucode_size = be32_to_cpu(ucode->code_size) * 2; in nitrox_load_fw()
195 if (!ucode_size || ucode_size > CNN55XX_MAX_UCODE_SIZE) { in nitrox_load_fw()
197 ucode_size, fw_name); in nitrox_load_fw()
208 write_to_ucd_unit(ndev, ucode_size, ucode_data, 2); in nitrox_load_fw()
227 if (ucode_size <= CNN55XX_UCD_BLOCK_SIZE) in nitrox_load_fw()