Symbol: intel_forcewake_range
sys/dev/pci/drm/i915/intel_uncore.c
1272
static const struct intel_forcewake_range __gen6_fw_ranges[] = {
sys/dev/pci/drm/i915/intel_uncore.c
1276
static const struct intel_forcewake_range __vlv_fw_ranges[] = {
sys/dev/pci/drm/i915/intel_uncore.c
1286
static const struct intel_forcewake_range __chv_fw_ranges[] = {
sys/dev/pci/drm/i915/intel_uncore.c
1305
static const struct intel_forcewake_range __gen9_fw_ranges[] = {
sys/dev/pci/drm/i915/intel_uncore.c
1340
static const struct intel_forcewake_range __gen11_fw_ranges[] = {
sys/dev/pci/drm/i915/intel_uncore.c
1378
static const struct intel_forcewake_range __gen12_fw_ranges[] = {
sys/dev/pci/drm/i915/intel_uncore.c
1479
static const struct intel_forcewake_range __dg2_fw_ranges[] = {
sys/dev/pci/drm/i915/intel_uncore.c
1627
static const struct intel_forcewake_range __mtl_fw_ranges[] = {
sys/dev/pci/drm/i915/intel_uncore.c
1713
static const struct intel_forcewake_range __xelpmp_fw_ranges[] = {
sys/dev/pci/drm/i915/intel_uncore.c
2330
(struct intel_forcewake_range *)(d); \
sys/dev/pci/drm/i915/intel_uncore.c
955
static int fw_range_cmp(u32 offset, const struct intel_forcewake_range *entry)
sys/dev/pci/drm/i915/intel_uncore.c
987
const struct intel_forcewake_range *entry;
sys/dev/pci/drm/i915/intel_uncore.h
158
const struct intel_forcewake_range *fw_domains_table;
sys/dev/pci/drm/i915/selftests/intel_uncore.c
112
const struct intel_forcewake_range *ranges;
sys/dev/pci/drm/i915/selftests/intel_uncore.c
29
static int intel_fw_table_check(const struct intel_forcewake_range *ranges,