Searched refs:IWL_UCODE_API (Results 1 – 2 of 2) sorted by relevance
478 api_ver = IWL_UCODE_API(drv->fw.ucode_ver); in iwl_parse_v1_v2_firmware()529 IWL_UCODE_API(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware()709 IWL_UCODE_API(drv->fw.ucode_ver), in iwl_parse_tlv_firmware()1498 api_ver = IWL_UCODE_API(drv->fw.ucode_ver); in iwl_req_fw_callback()
487 #define IWL_UCODE_API(ver) (((ver) & 0x0000FF00) >> 8) macro