Searched refs:uncore__ (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/drm/i915/ |
H A D | intel_uncore.h | 196 #define for_each_fw_domain_masked(domain__, mask__, uncore__, tmp__) \ argument 198 for_each_if(domain__ = (uncore__)->fw_domain[__mask_next_bit(tmp__)]) 200 #define for_each_fw_domain(domain__, uncore__, tmp__) \ argument 201 for_each_fw_domain_masked(domain__, (uncore__)->fw_domains, uncore__, tmp__)
|
H A D | intel_uncore.c | 2346 #define fw_domain_init(uncore__, id__, set__, ack__) \ in intel_uncore_fw_domains_init() argument 2347 (ret ?: (ret = __fw_domain_init((uncore__), (id__), (set__), (ack__)))) in intel_uncore_fw_domains_init()
|