Searched refs:IWL_UCODE_API (Results 1 – 2 of 2) sorted by relevance
612 api_ver = IWL_UCODE_API(drv->fw.ucode_ver); in iwl_parse_v1_v2_firmware()663 IWL_UCODE_API(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware()843 IWL_UCODE_API(drv->fw.ucode_ver), in iwl_parse_tlv_firmware()1679 api_ver = IWL_UCODE_API(drv->fw.ucode_ver); in iwl_req_fw_callback()
554 #define IWL_UCODE_API(ver) (((ver) & 0x0000FF00) >> 8) macro