Searched refs:r_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/siba/
H A Dsiba.c99 rman_res_t r_start, r_count, r_end; local
107 r_count = SIBA_CFG_SIZE;
108 r_end = r_start + r_count - 1;
114 r_end, r_count, RF_ACTIVE);
550 rman_res_t r_count, r_end, r_start; local
555 r_count = SIBA_CORE_SIZE;
558 r_end, r_count, RF_ACTIVE);
/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma.c73 rman_res_t r_start, r_count, r_end; local
98 r_count = size;
99 r_end = r_start + r_count - 1;
103 SYS_RES_MEMORY, &dinfo->rid_agent, r_start, r_end, r_count,

Completed in 71 milliseconds