Searched refs:RMAN_ARRAY (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-13-stable/sys/mips/malta/
H A Dobio.c90 sc->oba_rman.rm_type = RMAN_ARRAY;
96 sc->oba_irq_rman.rm_type = RMAN_ARRAY;
H A Dgt_pci.c278 sc->sc_io_rman.rm_type = RMAN_ARRAY;
291 sc->sc_mem_rman.rm_type = RMAN_ARRAY;
298 sc->sc_irq_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/mips/nlm/
H A Dxlp_simplebus.c111 irq_rman.rm_type = RMAN_ARRAY;
117 port_rman.rm_type = RMAN_ARRAY;
123 mem_rman.rm_type = RMAN_ARRAY;
129 pci_ecfg_rman.rm_type = RMAN_ARRAY;
135 gbu_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/mips/cavium/
H A Dobio.c98 sc->oba_rman.rm_type = RMAN_ARRAY;
104 sc->oba_irq_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/dev/ofw/
H A Dofwbus.c156 sc->sc_intr_rman.rm_type = RMAN_ARRAY;
158 sc->sc_mem_rman.rm_type = RMAN_ARRAY;
H A Dofwpci.c201 sc->sc_io_rman.rm_type = RMAN_ARRAY;
209 sc->sc_mem_rman.rm_type = RMAN_ARRAY;
217 sc->sc_pmem_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/arm/versatile/
H A Dversatile_pci.c223 sc->mem_rman.rm_type = RMAN_ARRAY;
232 sc->io_rman.rm_type = RMAN_ARRAY;
240 sc->irq_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/sys/
H A Drman.h60 enum rman_type { RMAN_UNINIT = 0, RMAN_GAUGE, RMAN_ARRAY }; enumerator in enum:rman_type
/freebsd-13-stable/sys/riscv/riscv/
H A Dnexus.c143 mem_rman.rm_type = RMAN_ARRAY;
150 irq_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/dev/pci/
H A Dpci_host_generic.c108 sc->pmem_rman.rm_type = RMAN_ARRAY;
111 sc->mem_rman.rm_type = RMAN_ARRAY;
114 sc->io_rman.rm_type = RMAN_ARRAY;
H A Dpci_subr.c321 d->pd_bus_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/mips/atheros/
H A Dapb.c121 sc->apb_mem_rman.rm_type = RMAN_ARRAY;
130 sc->apb_irq_rman.rm_type = RMAN_ARRAY;
H A Dar71xx_pci.c383 sc->sc_mem_rman.rm_type = RMAN_ARRAY;
391 sc->sc_irq_rman.rm_type = RMAN_ARRAY;
H A Dar724x_pci.c382 sc->sc_mem_rman.rm_type = RMAN_ARRAY;
390 sc->sc_irq_rman.rm_type = RMAN_ARRAY;
H A Dqca955x_pci.c296 sc->sc_mem_rman.rm_type = RMAN_ARRAY;
305 sc->sc_irq_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/arm64/arm64/
H A Dnexus.c167 mem_rman.rm_type = RMAN_ARRAY;
174 irq_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/x86/x86/
H A Dnexus.c231 irq_rman.rm_type = RMAN_ARRAY;
253 drq_rman.rm_type = RMAN_ARRAY;
268 port_rman.rm_type = RMAN_ARRAY;
276 mem_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/mips/mips/
H A Dnexus.c184 irq_rman.rm_type = RMAN_ARRAY;
193 mem_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/mips/atheros/ar531x/
H A Dapb.c189 sc->apb_mem_rman.rm_type = RMAN_ARRAY;
206 sc->apb_irq_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/powerpc/ps3/
H A Dps3bus.c333 sc->sc_mem_rman.rm_type = RMAN_ARRAY;
335 sc->sc_intr_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/powerpc/psim/
H A Diobus.c206 sc->sc_mem_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/arm/arm/
H A Dnexus.c171 mem_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/dev/puc/
H A Dpuc.c233 sc->sc_ioport.rm_type = RMAN_ARRAY;
236 sc->sc_iomem.rm_type = RMAN_ARRAY;
239 sc->sc_irq.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c301 r->ht_mem_rman.rm_type = RMAN_ARRAY;
312 r->br_mem_rman.rm_type = RMAN_ARRAY;
330 r->br_irq_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/mips/mediatek/
H A Dmtk_pcie.c288 sc->sc_mem_rman.rm_type = RMAN_ARRAY;
297 sc->sc_io_rman.rm_type = RMAN_ARRAY;
306 sc->sc_irq_rman.rm_type = RMAN_ARRAY;

Completed in 111 milliseconds

12