Lines Matching defs:ucode

155 	D_INFO("hwcrypto: modify ucode station key info\n");
194 D_INFO("hwcrypto: clear ucode station key info\n");
727 D_INFO("Alive ucode status 0x%08X revision " "0x%01X 0x%01X\n",
1191 * buffer that the driver may process (last buffer filled by ucode). */
1284 * restock the Rx queue so ucode won't assert. */
1669 D_INFO("ucode inst image size is %u\n", len);
1691 D_INFO("ucode image in INSTRUCTION memory is good\n");
1709 D_INFO("ucode inst image size is %u\n", len);
1791 static u32 il3945_ucode_get_##item(const struct il_ucode_header *ucode)\
1793 return le32_to_cpu(ucode->v1.item); \
1803 il3945_ucode_get_data(const struct il_ucode_header *ucode)
1805 return (u8 *) ucode->v1.data;
1822 const struct il_ucode_header *ucode;
1837 sprintf(buf, "%s%u%s", name_pre, idx, ".ucode");
1867 /* Data from ucode file: header followed by uCode images */
1868 ucode = (struct il_ucode_header *)ucode_raw->data;
1870 il->ucode_ver = le32_to_cpu(ucode->ver);
1872 inst_size = il3945_ucode_get_inst_size(ucode);
1873 data_size = il3945_ucode_get_data_size(ucode);
1874 init_size = il3945_ucode_get_init_size(ucode);
1875 init_data_size = il3945_ucode_get_init_data_size(ucode);
1876 boot_size = il3945_ucode_get_boot_size(ucode);
1877 src = il3945_ucode_get_data(ucode);
1906 D_INFO("f/w package hdr ucode version raw = 0x%x\n", il->ucode_ver);
1955 /* Allocate ucode buffers for card's bus-master loading ... */
2359 IL_ERR("ucode not available for device bring up\n");
2391 /* Copy original ucode data image from disk into backup cache.
2413 /* start card; "initialize" will load runtime ucode */
2774 /* fetch ucode file from disk, alloc and copy to bus-master buffers ...
2775 * ucode filename and max sizes are card-specific. */
2795 /* Wait for START_ALIVE from ucode. Otherwise callbacks from
2809 /* ucode is running and will send rfkill notifications,