Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-mvebu/
H A Dmbus.c74 #define WIN_REMAP_HI_OFF 0x000c macro
136 u32 remap_hi = readl(addr + WIN_REMAP_HI_OFF); in mvebu_mbus_read_window()
155 writel(0, addr + WIN_REMAP_HI_OFF); in mvebu_mbus_disable_window()
258 writel(0, addr + WIN_REMAP_HI_OFF); in mvebu_mbus_setup_window()
/openbmc/linux/drivers/bus/
H A Dmvebu-mbus.c83 #define WIN_REMAP_HI_OFF 0x000c macro
229 remap_hi = readl(addr_rmp + WIN_REMAP_HI_OFF); in mvebu_mbus_read_window()
248 writel(0, addr + WIN_REMAP_HI_OFF); in mvebu_mbus_disable_window()
364 writel(0, addr_rmp + WIN_REMAP_HI_OFF); in mvebu_mbus_setup_window()
1032 s->wins[win].remap_hi = readl(addr_rmp + WIN_REMAP_HI_OFF); in mvebu_mbus_suspend()
1068 writel(s->wins[win].remap_hi, addr_rmp + WIN_REMAP_HI_OFF); in mvebu_mbus_resume()