/usr/src/linux-headers-5.15.0-181/arch/mips/include/asm/octeon
NameSizeModeActions
cvmx-address.h93700644editdlrm
cvmx-agl-defs.h414720644editdlrm
cvmx-asm.h52000644editdlrm
cvmx-asxx-defs.h138340644editdlrm
cvmx-boot-vector.h16060644editdlrm
cvmx-bootinfo.h140120644editdlrm
cvmx-bootmem.h117700644editdlrm
cvmx-ciu-defs.h58760644editdlrm
cvmx-ciu2-defs.h30330644editdlrm
cvmx-ciu3-defs.h109660644editdlrm
cvmx-cmd-queue.h189070644editdlrm
cvmx-config.h64650644editdlrm
cvmx-coremask.h21760644editdlrm
cvmx-dbg-defs.h26460644editdlrm
cvmx-dpi-defs.h204350644editdlrm
cvmx-fau.h186510644editdlrm
cvmx-fpa-defs.h283270644editdlrm
cvmx-fpa.h83360644editdlrm
cvmx-gmxx-defs.h561750644editdlrm
cvmx-gpio-defs.h90930644editdlrm
cvmx-helper-board.h46650644editdlrm
cvmx-helper-errata.h12770644editdlrm
cvmx-helper-jtag.h15300644editdlrm
cvmx-helper-loop.h19760644editdlrm
cvmx-helper-npi.h19570644editdlrm
cvmx-helper-rgmii.h29640644editdlrm
cvmx-helper-sgmii.h28140644editdlrm
cvmx-helper-spi.h27810644editdlrm
cvmx-helper-util.h53580644editdlrm
cvmx-helper-xaui.h28090644editdlrm
cvmx-helper.h57860644editdlrm
cvmx-iob-defs.h200130644editdlrm
cvmx-ipd-defs.h336210644editdlrm
cvmx-ipd.h107400644editdlrm
cvmx-l2c-defs.h81340644editdlrm
cvmx-l2c.h113890644editdlrm
cvmx-l2d-defs.h19410644editdlrm
cvmx-l2t-defs.h50980644editdlrm
cvmx-led-defs.h50600644editdlrm
cvmx-lmcx-defs.h700480644editdlrm
cvmx-mio-defs.h977170644editdlrm
cvmx-mixx-defs.h100840644editdlrm
cvmx-npei-defs.h849850644editdlrm
cvmx-npi-defs.h596120644editdlrm
cvmx-packet.h21150644editdlrm
cvmx-pci-defs.h432700644editdlrm
cvmx-pciercx-defs.h114970644editdlrm
cvmx-pcsx-defs.h265390644editdlrm
cvmx-pcsxx-defs.h194040644editdlrm
cvmx-pemx-defs.h153160644editdlrm
cvmx-pescx-defs.h137460644editdlrm
cvmx-pexp-defs.h170410644editdlrm
cvmx-pip-defs.h623640644editdlrm
cvmx-pip.h163950644editdlrm
cvmx-pko-defs.h484480644editdlrm
cvmx-pko.h196110644editdlrm
cvmx-pow-defs.h225710644editdlrm
cvmx-pow.h653800644editdlrm
cvmx-rnm-defs.h40850644editdlrm
cvmx-rst-defs.h64820644editdlrm
cvmx-scratch.h38690644editdlrm
cvmx-sli-defs.h40550644editdlrm
cvmx-spi.h91420644editdlrm
cvmx-spinlock.h63850644editdlrm
cvmx-spxx-defs.h108140644editdlrm
cvmx-sriox-defs.h381000644editdlrm
cvmx-srxx-defs.h37340644editdlrm
cvmx-stxx-defs.h82410644editdlrm
cvmx-sysinfo.h40430644editdlrm
cvmx-uctlx-defs.h94920644editdlrm
cvmx-wqe.h174910644editdlrm
cvmx.h141810644editdlrm
octeon-feature.h65330644editdlrm
octeon-model.h168810644editdlrm
octeon.h124510644editdlrm
pci-octeon.h17510644editdlrm
Edit: /usr/src/linux-headers-5.15.0-181/arch/mips/include/asm/octeon/pci-octeon.h (1751B)
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2005-2009 Cavium Networks */ #ifndef __PCI_OCTEON_H__ #define __PCI_OCTEON_H__ #include /* * The physical memory base mapped by BAR1. 256MB at the end of the * first 4GB. */ #define CVMX_PCIE_BAR1_PHYS_BASE ((1ull << 32) - (1ull << 28)) #define CVMX_PCIE_BAR1_PHYS_SIZE (1ull << 28) /* * The RC base of BAR1. gen1 has a 39-bit BAR2, gen2 has 41-bit BAR2, * place BAR1 so it is the same for both. */ #define CVMX_PCIE_BAR1_RC_BASE (1ull << 41) /* * pcibios_map_irq() is defined inside pci-octeon.c. All it does is * call the Octeon specific version pointed to by this variable. This * function needs to change for PCI or PCIe based hosts. */ extern int (*octeon_pcibios_map_irq)(const struct pci_dev *dev, u8 slot, u8 pin); /* * For PCI (not PCIe) the BAR2 base address. */ #define OCTEON_BAR2_PCI_ADDRESS 0x8000000000ull /* * For PCI (not PCIe) the base of the memory mapped by BAR1 */ extern u64 octeon_bar1_pci_phys; /* * The following defines are used when octeon_dma_bar_type = * OCTEON_DMA_BAR_TYPE_BIG */ #define OCTEON_PCI_BAR1_HOLE_BITS 5 #define OCTEON_PCI_BAR1_HOLE_SIZE (1ul<<(OCTEON_PCI_BAR1_HOLE_BITS+3)) enum octeon_dma_bar_type { OCTEON_DMA_BAR_TYPE_INVALID, OCTEON_DMA_BAR_TYPE_SMALL, OCTEON_DMA_BAR_TYPE_BIG, OCTEON_DMA_BAR_TYPE_PCIE, OCTEON_DMA_BAR_TYPE_PCIE2 }; /* * This tells the DMA mapping system in dma-octeon.c how to map PCI * DMA addresses. */ extern enum octeon_dma_bar_type octeon_dma_bar_type; void octeon_pci_dma_init(void); extern char *octeon_swiotlb; #endif