Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp6000_pcie.c226 u32 *bar_config, u64 *bar_base, in compute_bar() argument
289 if (bar_base) in compute_bar()
290 *bar_base = offset; in compute_bar()
/Linux-v4.19/drivers/rapidio/devices/
Dtsi721.c873 u64 bar_base; in tsi721_obw_alloc() local
881 bar_base = pbar->base; in tsi721_obw_alloc()
882 bar_end = bar_base + pbar->size; in tsi721_obw_alloc()
883 win_base = bar_base; in tsi721_obw_alloc()
902 if (win->base >= bar_base && win->base < bar_end) { in tsi721_obw_alloc()