Home
last modified time | relevance | path

Searched refs:I440FX_PAM (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/arch-qemu/
H A Dqemu.h10 #define I440FX_PAM 0x59 macro
/openbmc/qemu/hw/pci-host/
H A Di440fx.c63 #define I440FX_PAM 0x59 macro
92 pd->config[I440FX_PAM + DIV_ROUND_UP(i, 2)]); in i440fx_update_memory_mappings()
109 if (ranges_overlap(address, len, I440FX_PAM, I440FX_PAM_SIZE) || in i440fx_write_config()
/openbmc/u-boot/arch/x86/cpu/qemu/
H A Dqemu.c98 pam = i440fx ? I440FX_PAM : Q35_PAM; in qemu_chipset_init()