Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/cavium/
H A Doctopci.c81 struct rman sc_mem1; member
163 sc->sc_mem1.rm_descr = "Cavium Octeon PCIe Memory"; in octopci_attach()
174 sc->sc_mem1.rm_descr = "Cavium Octeon PCI Memory"; in octopci_attach()
187 sc->sc_mem1.rm_type = RMAN_ARRAY; in octopci_attach()
188 error = rman_init(&sc->sc_mem1); in octopci_attach()
192 error = rman_manage_region(&sc->sc_mem1, CVMX_OCT_PCI_MEM1_BASE, in octopci_attach()
253 rm = &sc->sc_mem1; in octopci_alloc_resource()