Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-mvebu/
A Dmbus.c116 u32 basereg = readl(addr + WIN_BASE_OFF); in mvebu_mbus_read_window() local
125 *base = ((u64)basereg & WIN_BASE_HIGH) << 32; in mvebu_mbus_read_window()
126 *base |= (basereg & WIN_BASE_LOW); in mvebu_mbus_read_window()

Completed in 5 milliseconds