Lines Matching defs:ucode
1890 * increase the counter because the ucode will stop
2874 * translate ucode response to mac80211 tx status control values
4019 D_INFO("Alive ucode status 0x%08X revision " "0x%01X 0x%01X\n",
4218 * buffer that the driver may process (last buffer filled by ucode). */
4313 * restock the Rx queue so ucode wont assert. */
4432 /* driver only loads ucode once setting the interface up.
4433 * the driver allows loading the ucode even if the radio
4686 sprintf(il->firmware_name, "%s%s%s", name_pre, tag, ".ucode");
4704 struct il_ucode_header *ucode = (void *)ucode_raw->data;
4708 il->ucode_ver = le32_to_cpu(ucode->ver);
4721 pieces->inst_size = le32_to_cpu(ucode->v1.inst_size);
4722 pieces->data_size = le32_to_cpu(ucode->v1.data_size);
4723 pieces->init_size = le32_to_cpu(ucode->v1.init_size);
4724 pieces->init_data_size = le32_to_cpu(ucode->v1.init_data_size);
4725 pieces->boot_size = le32_to_cpu(ucode->v1.boot_size);
4726 src = ucode->v1.data;
4792 /* Data from ucode file: header followed by uCode images */
4833 D_INFO("f/w package hdr ucode version raw = 0x%x\n", il->ucode_ver);
4871 /* Allocate ucode buffers for card's bus-master loading ... */
5517 IL_ERR("ucode not available for device bringup\n");
5571 /* Copy original ucode data image from disk into backup cache.
5589 /* start card; "initialize" will load runtime ucode */
5808 /* Wait for START_ALIVE from Run Time ucode. Otherwise callbacks from