Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/cavium/
H A Doctopci.c182 error = rman_manage_region(&sc->sc_io, CVMX_OCT_PCI_IO_BASE, in octopci_attach()
183 CVMX_OCT_PCI_IO_BASE + CVMX_OCT_PCI_IO_SIZE); in octopci_attach()
499 CVMX_OCT_PCI_IO_BASE + sc->sc_io_next, 4); in octopci_init_bar()
676 CVMX_OCT_PCI_IO_BASE >> 8, 1); in octopci_init_device()
678 CVMX_OCT_PCI_IO_BASE >> 16, 2); in octopci_init_device()
681 (CVMX_OCT_PCI_IO_BASE + CVMX_OCT_PCI_IO_SIZE - 1) >> 8, 1); in octopci_init_device()
683 (CVMX_OCT_PCI_IO_BASE + CVMX_OCT_PCI_IO_SIZE - 1) >> 16, 2); in octopci_init_device()
H A Doctopcireg.h100 #define CVMX_OCT_PCI_IO_BASE 0x00004000 macro