Home
last modified time | relevance | path

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

/NextBSD/sys/arm/xscale/i80321/
HDobio.c81 sc->oba_rman.rm_type = RMAN_ARRAY; in obio_attach()
82 sc->oba_rman.rm_descr = "OBIO I/O"; in obio_attach()
83 if (rman_init(&sc->oba_rman) != 0 || in obio_attach()
84 rman_manage_region(&sc->oba_rman, in obio_attach()
115 rm = &sc->oba_rman; in obio_alloc_resource()
HDobiovar.h52 struct rman oba_rman; member
/NextBSD/sys/mips/sentry5/
HDobio.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()
130 rm = &sc->oba_rman; in obio_alloc_resource()
HDobiovar.h52 struct rman oba_rman; member
/NextBSD/sys/mips/malta/
HDobio.c88 sc->oba_rman.rm_type = RMAN_ARRAY; in obio_attach()
89 sc->oba_rman.rm_descr = "OBIO I/O"; in obio_attach()
90 if (rman_init(&sc->oba_rman) != 0 || in obio_attach()
91 rman_manage_region(&sc->oba_rman, in obio_attach()
129 rm = &sc->oba_rman; in obio_alloc_resource()
HDobiovar.h52 struct rman oba_rman; member
/NextBSD/sys/arm/xscale/i8134x/
HDobio.c74 sc->oba_rman.rm_type = RMAN_ARRAY; in obio_attach()
75 sc->oba_rman.rm_descr = "OBIO I/O"; in obio_attach()
76 if (rman_init(&sc->oba_rman) != 0 || in obio_attach()
77 rman_manage_region(&sc->oba_rman, in obio_attach()
114 rm = &sc->oba_rman; in obio_alloc_resource()
HDobiovar.h49 struct rman oba_rman; member
/NextBSD/sys/mips/cavium/
HDobio.c96 sc->oba_rman.rm_type = RMAN_ARRAY; in obio_attach()
97 sc->oba_rman.rm_descr = "OBIO I/O"; in obio_attach()
98 if (rman_init(&sc->oba_rman) != 0 || in obio_attach()
99 rman_manage_region(&sc->oba_rman, in obio_attach()
147 rm = &sc->oba_rman; in obio_alloc_resource()
HDobiovar.h50 struct rman oba_rman; member