Lines Matching defs:ucode
155 D_INFO("hwcrypto: modify ucode station key info\n");
194 D_INFO("hwcrypto: clear ucode station key info\n");
725 D_INFO("Alive ucode status 0x%08X revision " "0x%01X 0x%01X\n",
1189 * buffer that the driver may process (last buffer filled by ucode). */
1276 * restock the Rx queue so ucode won't assert. */
1661 D_INFO("ucode inst image size is %u\n", len);
1683 D_INFO("ucode image in INSTRUCTION memory is good\n");
1701 D_INFO("ucode inst image size is %u\n", len);
1783 static u32 il3945_ucode_get_##item(const struct il_ucode_header *ucode)\
1785 return le32_to_cpu(ucode->v1.item); \
1795 il3945_ucode_get_data(const struct il_ucode_header *ucode)
1797 return (u8 *) ucode->v1.data;
1814 const struct il_ucode_header *ucode;
1829 sprintf(buf, "%s%u%s", name_pre, idx, ".ucode");
1859 /* Data from ucode file: header followed by uCode images */
1860 ucode = (struct il_ucode_header *)ucode_raw->data;
1862 il->ucode_ver = le32_to_cpu(ucode->ver);
1864 inst_size = il3945_ucode_get_inst_size(ucode);
1865 data_size = il3945_ucode_get_data_size(ucode);
1866 init_size = il3945_ucode_get_init_size(ucode);
1867 init_data_size = il3945_ucode_get_init_data_size(ucode);
1868 boot_size = il3945_ucode_get_boot_size(ucode);
1869 src = il3945_ucode_get_data(ucode);
1898 D_INFO("f/w package hdr ucode version raw = 0x%x\n", il->ucode_ver);
1947 /* Allocate ucode buffers for card's bus-master loading ... */
2351 IL_ERR("ucode not available for device bring up\n");
2383 /* Copy original ucode data image from disk into backup cache.
2405 /* start card; "initialize" will load runtime ucode */
2766 /* fetch ucode file from disk, alloc and copy to bus-master buffers ...
2767 * ucode filename and max sizes are card-specific. */
2787 /* Wait for START_ALIVE from ucode. Otherwise callbacks from
2801 /* ucode is running and will send rfkill notifications,