HomeSort by: relevance | last modified time | path
    Searched refs:intel_uncore_write_fw (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_sideband.c 120 intel_uncore_write_fw(uncore, VLV_IOSF_ADDR, addr);
121 intel_uncore_write_fw(uncore, VLV_IOSF_DATA, is_read ? 0 : *val);
122 intel_uncore_write_fw(uncore, VLV_IOSF_DOORBELL_REQ,
296 intel_uncore_write_fw(uncore, SBI_ADDR, (u32)reg << 16);
297 intel_uncore_write_fw(uncore, SBI_DATA, is_read ? 0 : *val);
305 intel_uncore_write_fw(uncore, SBI_CTL_STAT, cmd | SBI_BUSY);
400 intel_uncore_write_fw(uncore, GEN6_PCODE_DATA, *val);
401 intel_uncore_write_fw(uncore, GEN6_PCODE_DATA1, val1 ? *val1 : 0);
402 intel_uncore_write_fw(uncore,
i915_gem_fence_reg.c 126 intel_uncore_write_fw(uncore, fence_reg_lo, 0);
129 intel_uncore_write_fw(uncore, fence_reg_hi, upper_32_bits(val));
130 intel_uncore_write_fw(uncore, fence_reg_lo, lower_32_bits(val));
170 intel_uncore_write_fw(uncore, reg, val);
202 intel_uncore_write_fw(uncore, reg, val);
intel_uncore.h 452 #define intel_uncore_write_fw(...) __raw_uncore_write32(__VA_ARGS__) macro
475 intel_uncore_write_fw(uncore, reg, val);
intel_pm.c 2021 intel_uncore_write_fw(uncore, DSPARB, dsparb);
2022 intel_uncore_write_fw(uncore, DSPARB2, dsparb2);
2038 intel_uncore_write_fw(uncore, DSPARB, dsparb);
2039 intel_uncore_write_fw(uncore, DSPARB2, dsparb2);
2055 intel_uncore_write_fw(uncore, DSPARB3, dsparb3);
2056 intel_uncore_write_fw(uncore, DSPARB2, dsparb2);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_rps.c 53 intel_uncore_write_fw(uncore, reg, val);
908 intel_uncore_write_fw(uncore, GEN6_RC_VIDEO_FREQ,
912 intel_uncore_write_fw(uncore, GEN6_RP_DOWN_TIMEOUT,
915 intel_uncore_write_fw(uncore, GEN6_RP_IDLE_HYSTERSIS, 0xa);
924 intel_uncore_write_fw(uncore, GEN6_RC_VIDEO_FREQ,
928 intel_uncore_write_fw(uncore, GEN6_RP_DOWN_TIMEOUT,
931 intel_uncore_write_fw(uncore, GEN6_RP_IDLE_HYSTERSIS, 10);
941 intel_uncore_write_fw(uncore, GEN6_RP_DOWN_TIMEOUT, 50000);
942 intel_uncore_write_fw(uncore, GEN6_RP_IDLE_HYSTERSIS, 10);
1013 intel_uncore_write_fw(uncore, GEN6_RP_DOWN_TIMEOUT, 1000000)
    [all...]
intel_mocs.c 355 intel_uncore_write_fw(uncore, _MMIO(addr + i * 4), mocs);
413 intel_uncore_write_fw(uncore, GEN9_LNCFCMOCS(i), l3cc);
intel_reset.c 263 intel_uncore_write_fw(uncore, ILK_GDSR,
274 intel_uncore_write_fw(uncore, ILK_GDSR,
286 intel_uncore_write_fw(uncore, ILK_GDSR, 0);
302 intel_uncore_write_fw(uncore, GEN6_GDRST, hw_domain_mask);
521 intel_uncore_write_fw(uncore, reg, _MASKED_BIT_ENABLE(request));
534 intel_uncore_write_fw(engine->uncore,
intel_ring_submission.c 773 intel_uncore_write_fw(uncore,
778 intel_uncore_write_fw(uncore, RING_HEAD(base), 0);
779 intel_uncore_write_fw(uncore, RING_TAIL(base), 0);
783 intel_uncore_write_fw(uncore, RING_CTL(base), 0);
1672 intel_uncore_write_fw(uncore, GEN6_BSD_SLEEP_PSMI_CONTROL,
1692 intel_uncore_write_fw(uncore, GEN6_BSD_SLEEP_PSMI_CONTROL,
intel_engine_cs.c 891 intel_uncore_write_fw(uncore, mode, _MASKED_BIT_ENABLE(STOP_RING));
956 intel_uncore_write_fw(uncore, GEN8_MCR_SELECTOR, mcr);
963 intel_uncore_write_fw(uncore, GEN8_MCR_SELECTOR, mcr);
intel_ggtt.c 161 intel_uncore_write_fw(uncore, GFX_FLSH_CNTL_GEN6, GFX_FLSH_CNTL_EN);
174 intel_uncore_write_fw(uncore, GFX_FLSH_CNTL_GEN6, GFX_FLSH_CNTL_EN);
185 intel_uncore_write_fw(uncore, GEN12_GUC_TLB_INV_CR,
188 intel_uncore_write_fw(uncore, GEN8_GTCR, GEN8_GTCR_INVALIDATE);
intel_rc6.c 58 intel_uncore_write_fw(uncore, reg, val);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_uc_fw.c 454 intel_uncore_write_fw(uncore, DMA_ADDR_0_LOW, lower_32_bits(offset));
455 intel_uncore_write_fw(uncore, DMA_ADDR_0_HIGH, upper_32_bits(offset));
458 intel_uncore_write_fw(uncore, DMA_ADDR_1_LOW, dst_offset);
459 intel_uncore_write_fw(uncore, DMA_ADDR_1_HIGH, DMA_ADDRESS_SPACE_WOPCM);
465 intel_uncore_write_fw(uncore, DMA_COPY_SIZE,
469 intel_uncore_write_fw(uncore, DMA_CTRL,
480 intel_uncore_write_fw(uncore, DMA_CTRL, _MASKED_BIT_DISABLE(dma_flags));
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
mmio_context.c 385 intel_uncore_write_fw(uncore, reg, 0x1);

Completed in 29 milliseconds