HomeSort by relevance Sort by last modified time
    Searched refs:MTRR_VAR_PHYMASK (Results 1 - 3 of 3) sorted by null

  /external/u-boot/arch/x86/cpu/quark/
quark.c 50 msg_port_write(MSG_PORT_HOST_BRIDGE, MTRR_VAR_PHYMASK(MTRR_VAR_ROM),
58 msg_port_write(MSG_PORT_HOST_BRIDGE, MTRR_VAR_PHYMASK(MTRR_VAR_ESRAM),
dram.c 148 msg_port_write(MSG_PORT_HOST_BRIDGE, MTRR_VAR_PHYMASK(MTRR_VAR_RAM),
  /external/u-boot/arch/x86/include/asm/arch-quark/
quark.h 70 #define MTRR_VAR_PHYMASK(n) (0x5b + 2 * (n))

Completed in 88 milliseconds