Home
last modified time | relevance | path

Searched refs:oba_rman (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/mips/malta/
H A Dobio.c90 sc->oba_rman.rm_type = RMAN_ARRAY; in obio_attach()
91 sc->oba_rman.rm_descr = "OBIO I/O"; in obio_attach()
92 if (rman_init(&sc->oba_rman) != 0 || in obio_attach()
93 rman_manage_region(&sc->oba_rman, in obio_attach()
131 rm = &sc->oba_rman; in obio_alloc_resource()
H A Dobiovar.h54 struct rman oba_rman; member
/f-stack/freebsd/mips/cavium/
H A Dobio.c98 sc->oba_rman.rm_type = RMAN_ARRAY; in obio_attach()
99 sc->oba_rman.rm_descr = "OBIO I/O"; in obio_attach()
100 if (rman_init(&sc->oba_rman) != 0 || in obio_attach()
101 rman_manage_region(&sc->oba_rman, in obio_attach()
149 rm = &sc->oba_rman; in obio_alloc_resource()
H A Dobiovar.h52 struct rman oba_rman; member