Searched refs:DISP_ARB_CTL2 (Results 1 – 3 of 3) sorted by relevance
3601 val = intel_uncore_read(&dev_priv->uncore, DISP_ARB_CTL2); in ilk_write_wm_values()3606 intel_uncore_write(&dev_priv->uncore, DISP_ARB_CTL2, val); in ilk_write_wm_values()7168 …hw->partitioning = (intel_uncore_read(&dev_priv->uncore, DISP_ARB_CTL2) & DISP_DATA_PARTITION_5_6)… in ilk_wm_get_hw_state()7182 val = intel_uncore_read(&dev_priv->uncore, DISP_ARB_CTL2); in intel_enable_ipc()7189 intel_uncore_write(&dev_priv->uncore, DISP_ARB_CTL2, val); in intel_enable_ipc()
394 MMIO_D(DISP_ARB_CTL2); in iterate_generic_mmio()
5873 #define DISP_ARB_CTL2 _MMIO(0x45004) macro