Searched refs:IWL_UCODE_API (Results 1 – 2 of 2) sorted by relevance
623 api_ver = IWL_UCODE_API(drv->fw.ucode_ver); in iwl_parse_v1_v2_firmware()674 IWL_UCODE_API(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware()854 IWL_UCODE_API(drv->fw.ucode_ver), in iwl_parse_tlv_firmware()1689 api_ver = IWL_UCODE_API(drv->fw.ucode_ver); in iwl_req_fw_callback()
584 #define IWL_UCODE_API(ver) (((ver) & 0x0000FF00) >> 8) macro