Home
last modified time | relevance | path

Searched refs:IWL_UCODE_INIT (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-drv.c331 set_sec_size(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_INST, in iwl_parse_v1_v2_firmware()
333 set_sec_size(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_DATA, in iwl_parse_v1_v2_firmware()
350 set_sec_size(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_INST, in iwl_parse_v1_v2_firmware()
352 set_sec_size(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_DATA, in iwl_parse_v1_v2_firmware()
379 get_sec_size(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_INST) + in iwl_parse_v1_v2_firmware()
380 get_sec_size(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_DATA)) { in iwl_parse_v1_v2_firmware()
397 set_sec_data(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_INST, src); in iwl_parse_v1_v2_firmware()
398 src += get_sec_size(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_INST); in iwl_parse_v1_v2_firmware()
399 set_sec_offset(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_INST, in iwl_parse_v1_v2_firmware()
401 set_sec_data(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_DATA, src); in iwl_parse_v1_v2_firmware()
[all …]
Diwl-fw.h99 IWL_UCODE_INIT, enumerator
Diwl-trans-pcie-rx.c620 if (trans->shrd->ucode_type == IWL_UCODE_INIT) { in iwl_dump_nic_error_log()
632 (trans->shrd->ucode_type == IWL_UCODE_INIT) in iwl_dump_nic_error_log()
744 if (trans->shrd->ucode_type == IWL_UCODE_INIT) { in iwl_print_event_log()
858 if (trans->shrd->ucode_type == IWL_UCODE_INIT) { in iwl_dump_nic_event_log()
872 (trans->shrd->ucode_type == IWL_UCODE_INIT) in iwl_dump_nic_event_log()
Diwl-ucode.c530 if (!priv->fw->img[IWL_UCODE_INIT].sec[0].len) in iwl_run_init_ucode()
541 ret = iwl_load_ucode_wait_alive(priv, IWL_UCODE_INIT); in iwl_run_init_ucode()
Diwl-testmode.c491 status = iwl_load_ucode_wait_alive(priv, IWL_UCODE_INIT); in iwl_testmode_driver()