Home
last modified time | relevance | path

Searched refs:CMOS_ADDR_PORT (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/qemu/
H A Ddram.c16 outb(HIGH_RAM_ADDR, CMOS_ADDR_PORT); in dram_init()
18 outb(LOW_RAM_ADDR, CMOS_ADDR_PORT); in dram_init()
/openbmc/u-boot/arch/x86/include/asm/arch-qemu/
H A Dqemu.h29 #define CMOS_ADDR_PORT 0x70 macro