• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/

Lines Matching defs:ucode

176 	IWL_DEBUG_INFO(priv, "hwcrypto: modify ucode station key info\n");
214 IWL_DEBUG_INFO(priv, "hwcrypto: clear ucode station key info\n");
751 IWL_DEBUG_INFO(priv, "Alive ucode status 0x%08X revision "
1236 * buffer that the driver may process (last buffer filled by ucode). */
1276 * Ucode should set SEQ_RX_FRAME bit if ucode-originated,
1326 * restock the Rx queue so ucode won't assert. */
1964 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
1989 "ucode image in INSTRUCTION memory is good\n");
2007 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
2084 static u32 iwl3945_ucode_get_##item(const struct iwl_ucode_header *ucode)\
2086 return le32_to_cpu(ucode->u.v1.item); \
2094 static u8 *iwl3945_ucode_get_data(const struct iwl_ucode_header *ucode)
2096 return (u8 *) ucode->u.v1.data;
2112 const struct iwl_ucode_header *ucode;
2127 sprintf(buf, "%s%u%s", name_pre, index, ".ucode");
2159 /* Data from ucode file: header followed by uCode images */
2160 ucode = (struct iwl_ucode_header *)ucode_raw->data;
2162 priv->ucode_ver = le32_to_cpu(ucode->ver);
2164 inst_size = iwl3945_ucode_get_inst_size(ucode);
2165 data_size = iwl3945_ucode_get_data_size(ucode);
2166 init_size = iwl3945_ucode_get_init_size(ucode);
2167 init_data_size = iwl3945_ucode_get_init_data_size(ucode);
2168 boot_size = iwl3945_ucode_get_boot_size(ucode);
2169 src = iwl3945_ucode_get_data(ucode);
2203 IWL_DEBUG_INFO(priv, "f/w package hdr ucode version raw = 0x%x\n",
2265 /* Allocate ucode buffers for card's bus-master loading ... */
2649 IWL_ERR(priv, "ucode not available for device bring up\n");
2684 /* Copy original ucode data image from disk into backup cache.
2707 /* start card; "initialize" will load runtime ucode */
3139 /* fetch ucode file from disk, alloc and copy to bus-master buffers ...
3140 * ucode filename and max sizes are card-specific. */
3160 /* Wait for START_ALIVE from ucode. Otherwise callbacks from
3175 /* ucode is running and will send rfkill notifications,