Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Dintel_uncore.c143 GEM_BUG_ON(d->uncore->fw_domains_timer & d->mask); in fw_domain_arm_timer()
144 d->uncore->fw_domains_timer |= d->mask; in fw_domain_arm_timer()
422 uncore->fw_domains_timer &= ~domain->mask; in intel_uncore_fw_release_timer()
830 if (uncore->fw_domains_timer & domain->mask) in assert_forcewakes_active()
Dintel_uncore.h147 enum forcewake_domains fw_domains_timer; member