Home
last modified time | relevance | path

Searched refs:uncore__ (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/
A Dintel_uncore.h180 #define for_each_fw_domain_masked(domain__, mask__, uncore__, tmp__) \ argument
182 for_each_if(domain__ = (uncore__)->fw_domain[__mask_next_bit(tmp__)])
184 #define for_each_fw_domain(domain__, uncore__, tmp__) \ argument
185 for_each_fw_domain_masked(domain__, (uncore__)->fw_domains, uncore__, tmp__)
A Dintel_uncore.c1865 #define fw_domain_init(uncore__, id__, set__, ack__) \ in intel_uncore_fw_domains_init() argument
1866 (ret ?: (ret = __fw_domain_init((uncore__), (id__), (set__), (ack__)))) in intel_uncore_fw_domains_init()

Completed in 8 milliseconds