Searched refs:rm_end (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/sys/x86/x86/
H A Dnexus.c233 irq_rman.rm_end = num_io_irqs - 1;
252 drq_rman.rm_end = 7;
258 drq_rman.rm_start, drq_rman.rm_end))
267 port_rman.rm_end = 0xffff;
275 mem_rman.rm_end = cpu_getmaxphyaddr();
279 || rman_manage_region(&mem_rman, 0, mem_rman.rm_end))
810 if (smap->base > mem_rman.rm_end)
812 length = smap->base + smap->length > mem_rman.rm_end ?
813 mem_rman.rm_end - smap->base : smap->length;
840 if (p[0] > mem_rman.rm_end)
[all...]
/freebsd-13-stable/sys/sys/
H A Drman.h120 rman_res_t rm_end; /* index of globally last entry */ member in struct:rman
/freebsd-13-stable/sys/riscv/riscv/
H A Dnexus.c142 mem_rman.rm_end = BUS_SPACE_MAXADDR;
149 irq_rman.rm_end = ~0;
/freebsd-13-stable/sys/kern/
H A Dsubr_rman.c138 if (rm->rm_start == 0 && rm->rm_end == 0)
139 rm->rm_end = ~0;
165 if (start < rm->rm_start || end > rm->rm_end)
1019 urm.rm_size = rm->rm_end - rm->rm_start + 1;
1083 rm, rm->rm_descr, (rman_res_t)rm->rm_start, (rman_res_t)rm->rm_end);
/freebsd-13-stable/sys/dev/bhnd/cores/usb/
H A Dbhnd_usb.c133 sc->mem_rman.rm_end = sc->sc_maddr + sc->sc_msize - 1;
138 sc->mem_rman.rm_end) != 0) {
/freebsd-13-stable/sys/mips/mips/
H A Dcpu.c521 cpu_hardirq_rman.rm_end = 5;
533 cpu_hardirq_rman.rm_end);
H A Dnexus.c183 irq_rman.rm_end = NUM_MIPS_IRQS - 1;
192 mem_rman.rm_end = BUS_SPACE_MAXADDR;
/freebsd-13-stable/sys/arm64/arm64/
H A Dnexus.c166 mem_rman.rm_end = BUS_SPACE_MAXADDR;
173 irq_rman.rm_end = ~0;
/freebsd-13-stable/sys/dev/pci/
H A Dpci_subr.c320 d->pd_bus_rman.rm_end = PCI_BUSMAX;
H A Dpci_pci.c417 w->rman.rm_end = max_address;
625 bus->rman.rm_end = PCI_BUSMAX;
2091 if (end > w->rman.rm_end)
2092 end = w->rman.rm_end;
H A Dpci_iov.c529 iov->rman.rm_end = ~0;
/freebsd-13-stable/sys/mips/nlm/
H A Dxlp_simplebus.c110 irq_rman.rm_end = 255;
/freebsd-13-stable/sys/arm/arm/
H A Dnexus.c170 mem_rman.rm_end = BUS_SPACE_MAXADDR;
/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c300 r->ht_mem_rman.rm_end = ~0;
311 r->br_mem_rman.rm_end = BUS_SPACE_MAXADDR_32BIT;
329 r->br_irq_rman.rm_end = RM_MAX_END;
/freebsd-13-stable/sys/dev/vmd/
H A Dvmd.c120 if (sc->vmd_bus.rman.rm_end != 0)
392 bus->rman.rm_end = PCI_BUSMAX;
400 bus->rman.rm_end = 0;
/freebsd-13-stable/sys/dev/quicc/
H A Dquicc_core.c124 sc->sc_rman.rm_end = start + size - 1;
/freebsd-13-stable/sys/dev/mvs/
H A Dmvs_pci.c146 ctlr->sc_iomem.rm_end = rman_get_end(ctlr->r_mem);
H A Dmvs_soc.c151 ctlr->sc_iomem.rm_end = rman_get_end(ctlr->r_mem);
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dlbc.c522 error = rman_manage_region(rm, rm->rm_start, rm->rm_end);
/freebsd-13-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc.c730 sc->mem_rman.rm_end = BUS_SPACE_MAXADDR;
/freebsd-13-stable/sys/dev/siis/
H A Dsiis.c167 ctlr->sc_iomem.rm_end = rman_get_end(ctlr->r_mem);
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi.c470 acpi_rman_io.rm_end = 0xffff;
/freebsd-13-stable/sys/dev/ahci/
H A Dahci.c211 ctlr->sc_iomem.rm_end = rman_get_end(ctlr->r_mem);

Completed in 143 milliseconds