Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/evbarm/stand/bootimx23/
Demi_prep.c86 tmp_r = REG_RD(HW_DRAM_BASE + HW_DRAM_CTL16); in emi_prep()
88 REG_WR(HW_DRAM_BASE + HW_DRAM_CTL16, tmp_r); in emi_prep()
90 tmp_r = REG_RD(HW_DRAM_BASE + HW_DRAM_CTL16); in emi_prep()
92 REG_WR(HW_DRAM_BASE + HW_DRAM_CTL16, tmp_r); in emi_prep()
/netbsd/src/sys/arch/arm/imx/
Dimx23_emireg.h303 #define HW_DRAM_CTL16 0x040 macro