Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp6000_pcie.c197 u32 *bar_config, u64 *bar_base, in compute_bar() argument
260 if (bar_base) in compute_bar()
261 *bar_base = offset; in compute_bar()
/Linux-v5.4/drivers/rapidio/devices/
Dtsi721.c860 u64 bar_base; in tsi721_obw_alloc() local
868 bar_base = pbar->base; in tsi721_obw_alloc()
869 bar_end = bar_base + pbar->size; in tsi721_obw_alloc()
870 win_base = bar_base; in tsi721_obw_alloc()
889 if (win->base >= bar_base && win->base < bar_end) { in tsi721_obw_alloc()