Searched refs:rm_type (Results 26 - 50 of 51) sorted by relevance

123

/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;
/freebsd-13-stable/sys/dev/bhnd/cores/usb/
H A Dbhnd_usb.c134 sc->mem_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/mips/cavium/
H A Dciu.c144 sc->irq_rman.rm_type = RMAN_ARRAY;
H A Doctopci.c177 sc->sc_io.rm_type = RMAN_ARRAY;
187 sc->sc_mem1.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/mips/mips/
H A Dcpu.c522 cpu_hardirq_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/dev/quicc/
H A Dquicc_core.c125 sc->sc_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/arm64/cavium/
H A Dthunder_pcie_pem.c816 sc->mem_rman.rm_type = RMAN_ARRAY;
824 sc->io_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/dev/mvs/
H A Dmvs_pci.c147 ctlr->sc_iomem.rm_type = RMAN_ARRAY;
H A Dmvs_soc.c152 ctlr->sc_iomem.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/dev/dpaa/
H A Dfman.c345 sc->rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/powerpc/powermac/
H A Dmacio.c343 sc->sc_mem_rman.rm_type = RMAN_ARRAY;
H A Duninorth.c303 sc->sc_mem_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/arm/mv/
H A Dmv_pci.c616 sc->sc_mem_rman.rm_type = RMAN_ARRAY;
621 sc->sc_io_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/dev/pci/
H A Dpci_iov.c530 iov->rman.rm_type = RMAN_ARRAY;
H A Dpci_pci.c418 w->rman.rm_type = RMAN_ARRAY;
626 bus->rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/dev/gpio/
H A Dgpiobus.c353 sc->sc_intr_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/dev/vmd/
H A Dvmd.c393 bus->rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dlbc.c516 rm->rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c2934 pi->rm_type = pi_type;
3078 pkt->rm_type = REMOTE_NDIS_PACKET_MSG;
7095 switch (pi->rm_type) {
7108 switch (pi->rm_type) {
7411 if (__predict_true(hdr->rm_type == REMOTE_NDIS_PACKET_MSG)) {
7418 if (hdr->rm_type == REMOTE_NDIS_INDICATE_STATUS_MSG)
/freebsd-13-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc.c731 sc->mem_rman.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi.c468 acpi_rman_io.rm_type = RMAN_ARRAY;
474 acpi_rman_mem.rm_type = RMAN_ARRAY;
/freebsd-13-stable/sys/dev/siis/
H A Dsiis.c168 ctlr->sc_iomem.rm_type = RMAN_ARRAY;

Completed in 372 milliseconds

123