Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbarm/stand/bootimx23/
H A Demi_prep.c69 tmp_r = REG_RD(HW_DRAM_BASE + HW_DRAM_CTL08); in emi_prep()
71 REG_WR(HW_DRAM_BASE + HW_DRAM_CTL08, tmp_r); in emi_prep()
76 tmp_r = REG_RD(HW_DRAM_BASE + HW_DRAM_CTL08); in emi_prep()
78 REG_WR(HW_DRAM_BASE + HW_DRAM_CTL08, tmp_r); in emi_prep()
/netbsd-src/sys/arch/arm/imx/
H A Dimx23_emireg.h192 #define HW_DRAM_CTL08 0x020 macro