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

/freebsd-11-stable/sys/x86/x86/
H A Dnexus.c229 irq_rman.rm_end = num_io_irqs - 1;
249 drq_rman.rm_end = 3;
251 drq_rman.rm_end = 7;
258 drq_rman.rm_start, drq_rman.rm_end))
267 port_rman.rm_end = 0xffff;
276 mem_rman.rm_end = BUS_SPACE_MAXADDR;
278 mem_rman.rm_end = ((1ULL << cpu_maxphyaddr) - 1);
283 || rman_manage_region(&mem_rman, 0, mem_rman.rm_end))
/freebsd-11-stable/sys/sys/
H A Drman.h118 rman_res_t rm_end; /* index of globally last entry */ member in struct:rman
/freebsd-11-stable/sys/riscv/riscv/
H A Dnexus.c146 mem_rman.rm_end = BUS_SPACE_MAXADDR;
153 irq_rman.rm_end = ~0;
/freebsd-11-stable/sys/kern/
H A Dsubr_rman.c137 if (rm->rm_start == 0 && rm->rm_end == 0)
138 rm->rm_end = ~0;
164 if (start < rm->rm_start || end > rm->rm_end)
1004 urm.rm_size = rm->rm_end - rm->rm_start + 1;
1067 rm, rm->rm_descr, (rman_res_t)rm->rm_start, (rman_res_t)rm->rm_end);
/freebsd-11-stable/sys/mips/mips/
H A Dcpu.c444 cpu_hardirq_rman.rm_end = 5;
456 cpu_hardirq_rman.rm_end);
H A Dnexus.c180 irq_rman.rm_end = NUM_MIPS_IRQS - 1;
189 mem_rman.rm_end = BUS_SPACE_MAXADDR;
/freebsd-11-stable/sys/arm64/arm64/
H A Dnexus.c160 mem_rman.rm_end = BUS_SPACE_MAXADDR;
167 irq_rman.rm_end = ~0;
/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c289 r->ht_mem_rman.rm_end = ~0;
301 r->br_mem_rman.rm_end = BUS_SPACE_MAXADDR_32BIT;
/freebsd-11-stable/sys/dev/pci/
H A Dpci_subr.c318 d->pd_bus_rman.rm_end = PCI_BUSMAX;
H A Dpci_pci.c409 w->rman.rm_end = max_address;
617 bus->rman.rm_end = PCI_BUSMAX;
2071 if (end > w->rman.rm_end)
2072 end = w->rman.rm_end;
H A Dpci_iov.c520 iov->rman.rm_end = ~0;
/freebsd-11-stable/sys/mips/nlm/
H A Dxlp_simplebus.c110 irq_rman.rm_end = 255;
/freebsd-11-stable/sys/mips/rmi/
H A Dxlr_pci.c121 irq_rman.rm_end = 255;
/freebsd-11-stable/sys/mips/sibyte/
H A Dsb_zbpci.c104 port_rman.rm_end = PCI_IOSPACE_SIZE - 1;
/freebsd-11-stable/sys/dev/quicc/
H A Dquicc_core.c122 sc->sc_rman.rm_end = start + size - 1;
/freebsd-11-stable/sys/arm/arm/
H A Dnexus.c165 mem_rman.rm_end = BUS_SPACE_MAXADDR;
/freebsd-11-stable/sys/dev/mvs/
H A Dmvs_soc.c149 ctlr->sc_iomem.rm_end = rman_get_end(ctlr->r_mem);
H A Dmvs_pci.c144 ctlr->sc_iomem.rm_end = rman_get_end(ctlr->r_mem);
/freebsd-11-stable/sys/mips/beri/
H A Dberi_pic.c406 sc->bp_src_rman.rm_end = sc->bp_nsrcs - 1;
/freebsd-11-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc.c691 sc->mem_rman.rm_end = BUS_SPACE_MAXADDR;
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dlbc.c521 error = rman_manage_region(rm, rm->rm_start, rm->rm_end);
/freebsd-11-stable/sys/dev/siis/
H A Dsiis.c165 ctlr->sc_iomem.rm_end = rman_get_end(ctlr->r_mem);
/freebsd-11-stable/sys/dev/ahci/
H A Dahci.c191 ctlr->sc_iomem.rm_end = rman_get_end(ctlr->r_mem);
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi.c470 acpi_rman_io.rm_end = 0xffff;

Completed in 364 milliseconds