Lines Matching defs:image

29  * il_verify_inst_sparse - verify runtime uCode image in card vs. host,
34 il4965_verify_inst_sparse(struct il_priv *il, __le32 * image, u32 len)
41 D_INFO("ucode inst image size is %u\n", len);
43 for (i = 0; i < len; i += 100, image += 100 / sizeof(u32)) {
49 if (val != le32_to_cpu(*image)) {
61 * il4965_verify_inst_full - verify runtime uCode image in card vs. host,
65 il4965_verify_inst_full(struct il_priv *il, __le32 * image, u32 len)
72 D_INFO("ucode inst image size is %u\n", len);
77 for (; len > 0; len -= sizeof(u32), image++) {
82 if (val != le32_to_cpu(*image)) {
85 save_len - len, val, le32_to_cpu(*image));
94 D_INFO("ucode image in INSTRUCTION memory is good\n");
100 * il4965_verify_ucode - determine which instruction image is in SRAM,
106 __le32 *image;
111 image = (__le32 *) il->ucode_boot.v_addr;
113 ret = il4965_verify_inst_sparse(il, image, len);
120 image = (__le32 *) il->ucode_init.v_addr;
122 ret = il4965_verify_inst_sparse(il, image, len);
129 image = (__le32 *) il->ucode_code.v_addr;
131 ret = il4965_verify_inst_sparse(il, image, len);
141 * Selection of bootstrap image (vs. other images) is arbitrary. */
142 image = (__le32 *) il->ucode_boot.v_addr;
144 ret = il4965_verify_inst_full(il, image, len);
269 __le32 *image = il->ucode_boot.v_addr;
279 reg += sizeof(u32), image++) {
281 if (val != le32_to_cpu(*image)) {
285 len, val, le32_to_cpu(*image));
290 D_INFO("BSM bootstrap uCode image OK\n");
311 * "initialize" uCode image. This uCode sets up some internal data, then
330 __le32 *image = il->ucode_boot.v_addr;
368 reg_offset += sizeof(u32), image++)
369 _il_wr_prph(il, reg_offset, le32_to_cpu(*image));
424 /* Tell bootstrap uCode where to find image to load */
452 /* Bootstrap uCode has loaded initialize uCode ... verify inst image.
465 /* Send pointers to protocol/runtime uCode image ... init code will