Home
last modified time | relevance | path

Searched refs:io_rman (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/arm/versatile/
H A Dversatile_pci.c127 struct rman io_rman; member
232 sc->io_rman.rm_type = RMAN_ARRAY; in versatile_pci_attach()
233 sc->io_rman.rm_descr = "versatile PCI IO window"; in versatile_pci_attach()
234 if (rman_init(&sc->io_rman) != 0 || in versatile_pci_attach()
235 rman_manage_region(&sc->io_rman, PCI_IO_WINDOW, in versatile_pci_attach()
321 rm = &sc->io_rman; in versatile_pci_alloc_resource()
/f-stack/freebsd/arm64/cavium/
H A Dthunder_pcie_pem.h45 struct rman io_rman; member
H A Dthunder_pcie_pem.c719 return (&sc->io_rman); in thunder_pem_rman()
824 sc->io_rman.rm_type = RMAN_ARRAY; in thunder_pem_attach()
825 sc->io_rman.rm_descr = "PEM PCIe IO"; in thunder_pem_attach()
826 error = rman_init(&sc->io_rman); in thunder_pem_attach()
892 rman_fini(&sc->io_rman); in thunder_pem_attach()
907 rman_fini(&sc->io_rman); in thunder_pem_release_all()