Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/mips/cavium/
HDoctopci.c180 error = rman_manage_region(&sc->sc_io, CVMX_OCT_PCI_IO_BASE, in octopci_attach()
181 CVMX_OCT_PCI_IO_BASE + CVMX_OCT_PCI_IO_SIZE); in octopci_attach()
497 CVMX_OCT_PCI_IO_BASE + sc->sc_io_next, 4); in octopci_init_bar()
674 CVMX_OCT_PCI_IO_BASE >> 8, 1); in octopci_init_device()
676 CVMX_OCT_PCI_IO_BASE >> 16, 2); in octopci_init_device()
679 (CVMX_OCT_PCI_IO_BASE + CVMX_OCT_PCI_IO_SIZE - 1) >> 8, 1); in octopci_init_device()
681 (CVMX_OCT_PCI_IO_BASE + CVMX_OCT_PCI_IO_SIZE - 1) >> 16, 2); in octopci_init_device()
HDoctopcireg.h99 #define CVMX_OCT_PCI_IO_BASE 0x00004000 macro