Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_subr.c347 cr->cr_end = cr->cr_addr + cr->cr_count - 1; in chipc_alloc_region()
400 if (start < cr->cr_addr || end > cr->cr_end) in chipc_find_region()
472 cr->cr_end, cr->cr_count, RF_SHAREABLE); in chipc_retain_region()
H A Dchipc_private.h96 bhnd_addr_t cr_end; /**< region end address */ member
H A Dchipc.c670 end = cr->cr_end; in chipc_rman_init_regions()
841 cr->cr_end == end && cr->cr_count == count) in chipc_alloc_resource()
936 if (start < cr->cr_addr || end > cr->cr_end) in chipc_adjust_resource()