Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/quark/
H A Dquark.c50 msg_port_write(MSG_PORT_HOST_BRIDGE, MTRR_VAR_PHYMASK(MTRR_VAR_ROM), in quark_setup_mtrr()
58 msg_port_write(MSG_PORT_HOST_BRIDGE, MTRR_VAR_PHYMASK(MTRR_VAR_ESRAM), in quark_setup_mtrr()
H A Ddram.c148 msg_port_write(MSG_PORT_HOST_BRIDGE, MTRR_VAR_PHYMASK(MTRR_VAR_RAM), in dram_init()
/openbmc/u-boot/arch/x86/include/asm/arch-quark/
H A Dquark.h70 #define MTRR_VAR_PHYMASK(n) (0x5b + 2 * (n)) macro