Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dsdrc.c53 u32 size, a_add_low, a_add_high; in make_cs1_contiguous() local
58 a_add_low = (size & 0x3C) >> 2; /* set up high field */ in make_cs1_contiguous()
59 writel((a_add_high | a_add_low), &sdrc_base->cs_cfg); in make_cs1_contiguous()