Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_subr.c340 &cr->cr_count); in chipc_alloc_region()
347 cr->cr_end = cr->cr_addr + cr->cr_count - 1; in chipc_alloc_region()
472 cr->cr_end, cr->cr_count, RF_SHAREABLE); in chipc_retain_region()
H A Dchipc_private.h97 bhnd_size_t cr_count; /**< region count */ member
H A Dchipc.c841 cr->cr_end == end && cr->cr_count == count) in chipc_alloc_resource()