Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rapidio/devices/
H A Dtsi721.c861 u64 bar_end; in tsi721_obw_alloc() local
869 bar_end = bar_base + pbar->size; in tsi721_obw_alloc()
889 if (win->base >= bar_base && win->base < bar_end) { in tsi721_obw_alloc()
901 if (win_base + size > bar_end) in tsi721_obw_alloc()
/openbmc/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c561 goto bar_end; in write_bar()
571 bar_end: in write_bar()