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

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_uncore.h 451 #define intel_uncore_read_fw(...) __raw_uncore_read32(__VA_ARGS__) macro
454 #define intel_uncore_posting_read_fw(...) ((void)intel_uncore_read_fw(__VA_ARGS__))
472 old = intel_uncore_read_fw(uncore, reg);
intel_uncore.h 451 #define intel_uncore_read_fw(...) __raw_uncore_read32(__VA_ARGS__) macro
454 #define intel_uncore_posting_read_fw(...) ((void)intel_uncore_read_fw(__VA_ARGS__))
472 old = intel_uncore_read_fw(uncore, reg);
intel_uncore.h 451 #define intel_uncore_read_fw(...) __raw_uncore_read32(__VA_ARGS__) macro
454 #define intel_uncore_posting_read_fw(...) ((void)intel_uncore_read_fw(__VA_ARGS__))
472 old = intel_uncore_read_fw(uncore, reg);

Completed in 32 milliseconds