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