Home
last modified time | relevance | path

Searched refs:a_add_high (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
57 a_add_high = (size & 3) << 8; /* set up low field */ in make_cs1_contiguous()
59 writel((a_add_high | a_add_low), &sdrc_base->cs_cfg); in make_cs1_contiguous()