Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c325 r->br_irq_rman.rm_start = 0; in bhndb_alloc_resources()
326 r->br_irq_rman.rm_end = RM_MAX_END; in bhndb_alloc_resources()
327 r->br_irq_rman.rm_type = RMAN_ARRAY; in bhndb_alloc_resources()
328 r->br_irq_rman.rm_descr = "BHNDB bridged interrupts"; in bhndb_alloc_resources()
330 if ((error = rman_init(&r->br_irq_rman))) { in bhndb_alloc_resources()
336 error = rman_manage_region(&r->br_irq_rman, 0, RM_MAX_END); in bhndb_alloc_resources()
482 rman_fini(&r->br_irq_rman); in bhndb_alloc_resources()
623 rman_fini(&br->br_irq_rman); in bhndb_free_resources()
H A Dbhndb_private.h202 struct rman br_irq_rman; /**< bridged irq manager */ member
H A Dbhndb.c823 return (&sc->bus_res->br_irq_rman); in bhndb_get_rman()