Searched refs:API_IS_CORE_START (Results 1 – 1 of 1) sorted by relevance
221 #define API_IS_CORE_START 1000 macro223 #define ENCODE_CORE_AS_API(core) (API_IS_CORE_START + (core))227 return api >= API_IS_CORE_START; in iwl_api_is_core_number()233 return api - API_IS_CORE_START; in iwl_api_to_core()241 iwl_api_is_core_number(n) ? (n) - API_IS_CORE_START : (n)