Lines Matching refs:ucode_size
215 u32 ucode_size;
229 ucode_size = le32_to_cpu(hdr->header.ucode_size_bytes);
236 ucode_size = TAHITI_SMC_UCODE_SIZE;
240 ucode_size = PITCAIRN_SMC_UCODE_SIZE;
244 ucode_size = VERDE_SMC_UCODE_SIZE;
248 ucode_size = OLAND_SMC_UCODE_SIZE;
252 ucode_size = HAINAN_SMC_UCODE_SIZE;
261 if (ucode_size & 3)
267 while (ucode_size >= 4) {
274 ucode_size -= 4;