Lines Matching refs:ucode_size
70 static void write_to_ucd_unit(struct nitrox_device *ndev, u32 ucode_size, in write_to_ucd_unit() argument
96 code_size = roundup(ucode_size, 16); in write_to_ucd_unit()
119 u32 ucode_size; in nitrox_load_fw() local
133 ucode_size = be32_to_cpu(ucode->code_size) * 2; in nitrox_load_fw()
134 if (!ucode_size || ucode_size > CNN55XX_MAX_UCODE_SIZE) { in nitrox_load_fw()
136 ucode_size, fw_name); in nitrox_load_fw()
147 write_to_ucd_unit(ndev, ucode_size, ucode_data, 0); in nitrox_load_fw()
162 if (ucode_size <= CNN55XX_UCD_BLOCK_SIZE) in nitrox_load_fw()
184 ucode_size = be32_to_cpu(ucode->code_size) * 2; in nitrox_load_fw()
185 if (!ucode_size || ucode_size > CNN55XX_MAX_UCODE_SIZE) { in nitrox_load_fw()
187 ucode_size, fw_name); in nitrox_load_fw()
198 write_to_ucd_unit(ndev, ucode_size, ucode_data, 2); in nitrox_load_fw()
217 if (ucode_size <= CNN55XX_UCD_BLOCK_SIZE) in nitrox_load_fw()