Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-mvebu/
H A Dmbus.c182 u64 wbase, wend; in mvebu_mbus_window_conflicts() local
188 &enabled, &wbase, &wsize, in mvebu_mbus_window_conflicts()
194 wend = wbase + wsize; in mvebu_mbus_window_conflicts()
200 if ((u64)base < wend && end > wbase) in mvebu_mbus_window_conflicts()
219 u64 wbase; in mvebu_mbus_find_window() local
224 &enabled, &wbase, &wsize, in mvebu_mbus_find_window()
230 if (base == wbase && size == wsize) in mvebu_mbus_find_window()
416 u64 wbase; in mvebu_mbus_get_lowest_base() local
422 &enabled, &wbase, &wsize, in mvebu_mbus_get_lowest_base()
428 if (wbase < *base) in mvebu_mbus_get_lowest_base()
[all …]