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

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_uncore.c 44 #define __raw_posting_read(...) ((void)__raw_uncore_read32(__VA_ARGS__))
351 val = __raw_uncore_read32(uncore, GEN6_GT_THREAD_STATUS_REG);
378 u32 count = __raw_uncore_read32(uncore, GTFIFOCTL);
499 dbg = __raw_uncore_read32(uncore, FPGA_DBG);
513 cer = __raw_uncore_read32(uncore, CLAIM_ER);
527 fifodbg = __raw_uncore_read32(uncore, GTFIFODBG);
567 __raw_uncore_read32(uncore, GTFIFOCTL) |
1635 ecobus = __raw_uncore_read32(uncore, ECOBUS);
intel_uncore.h 293 static inline uint32_t __raw_uncore_read32(const struct intel_uncore *uncore, function in typeref:typename:uint32_t
451 #define intel_uncore_read_fw(...) __raw_uncore_read32(__VA_ARGS__)
i915_drv.c 1146 edram_cap = __raw_uncore_read32(&dev_priv->uncore, HSW_EDRAM_CAP);

Completed in 15 milliseconds