Searched refs:IWL_UCODE_API (Results 1 – 2 of 2) sorted by relevance
518 api_ver = IWL_UCODE_API(drv->fw.ucode_ver); in iwl_parse_v1_v2_firmware()569 IWL_UCODE_API(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware()749 IWL_UCODE_API(drv->fw.ucode_ver), in iwl_parse_tlv_firmware()1549 api_ver = IWL_UCODE_API(drv->fw.ucode_ver); in iwl_req_fw_callback()
498 #define IWL_UCODE_API(ver) (((ver) & 0x0000FF00) >> 8) macro