Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/malta/
H A Dobio.c96 sc->oba_irq_rman.rm_type = RMAN_ARRAY; in obio_attach()
97 sc->oba_irq_rman.rm_descr = "OBIO IRQ"; in obio_attach()
103 if (rman_init(&sc->oba_irq_rman) != 0 || in obio_attach()
104 rman_manage_region(&sc->oba_irq_rman, 4, 4) != 0) in obio_attach()
126 rm = &sc->oba_irq_rman; in obio_alloc_resource()
H A Dobiovar.h55 struct rman oba_irq_rman; member
/f-stack/freebsd/mips/cavium/
H A Dobio.c104 sc->oba_irq_rman.rm_type = RMAN_ARRAY; in obio_attach()
105 sc->oba_irq_rman.rm_descr = "OBIO IRQ"; in obio_attach()
111 if (rman_init(&sc->oba_irq_rman) != 0 || in obio_attach()
112 rman_manage_region(&sc->oba_irq_rman, OCTEON_IRQ_UART0, OCTEON_IRQ_UART1) != 0) in obio_attach()
144 rm = &sc->oba_irq_rman; in obio_alloc_resource()
H A Dobiovar.h53 struct rman oba_irq_rman; member