Searched refs:API_IS_CORE_START (Results 1 – 1 of 1) sorted by relevance
220 #define API_IS_CORE_START 1000 macro222 #define ENCODE_CORE_AS_API(core) (API_IS_CORE_START + (core))226 return api >= API_IS_CORE_START; in iwl_api_is_core_number()232 return api - API_IS_CORE_START; in iwl_api_to_core()240 iwl_api_is_core_number(n) ? (n) - API_IS_CORE_START : (n)