HomeSort by: relevance | last modified time | path
    Searched defs:ecobus (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_uncore.c 1603 u32 ecobus; local in function:intel_uncore_fw_domains_init
1610 * ECOBUS read will return zero. Which will be
1618 /* We need to init first for ECOBUS access and then
1622 * before the ecobus check.
1626 __raw_posting_read(uncore, ECOBUS);
1635 ecobus = __raw_uncore_read32(uncore, ECOBUS);
1639 if (!(ecobus & FORCEWAKE_MT_ENABLE)) {
i915_drv.c 138 u32 ecobus; member in struct:vlv_s0ix_state
2284 s->ecobus = I915_READ(ECOBUS);
2369 I915_WRITE(ECOBUS, s->ecobus);

Completed in 94 milliseconds