Home
last modified time | relevance | path

Searched refs:DEVEN (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dsandybridge.h56 #define DEVEN 0x54 /* Device Enable */ macro
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dnorthbridge.c36 dm_pci_write_config32(dev, DEVEN, DEVEN_D0EN | DEVEN_D2EN | DEVEN_D3EN); in broadwell_northbridge_early_init()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dpch.h45 #define DEVEN 0x54 /* Device Enable */ macro
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dnorthbridge.c212 dm_pci_write_config32(dev, DEVEN, DEVEN_HOST | DEVEN_IGD); in bd82x6x_northbridge_early_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_drv.c163 pci_read_config_dword(dev_priv->bridge_dev, DEVEN, &temp); in intel_setup_mchbar()
181 pci_write_config_dword(dev_priv->bridge_dev, DEVEN, in intel_setup_mchbar()
198 pci_read_config_dword(dev_priv->bridge_dev, DEVEN, in intel_teardown_mchbar()
201 pci_write_config_dword(dev_priv->bridge_dev, DEVEN, in intel_teardown_mchbar()
H A Di915_reg.h281 #define DEVEN 0x54 macro