Searched refs:ICL_DRAM_WIDTH_MASK (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/
H A Dintel_mchbar_regs.h176 #define ICL_DRAM_WIDTH_MASK (0x3 << 7) macro
/openbsd-current/sys/dev/pci/drm/i915/soc/
H A Dintel_dram.c244 switch (val & ICL_DRAM_WIDTH_MASK) {
248 val = (val & ICL_DRAM_WIDTH_MASK) >> ICL_DRAM_WIDTH_SHIFT;

Completed in 81 milliseconds