Lines Matching refs:wbase
182 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()
429 *base = wbase; in mvebu_mbus_get_lowest_base()