Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/octeon/
H A Dpci-octeon.h52 enum octeon_dma_bar_type { enum
64 extern enum octeon_dma_bar_type octeon_dma_bar_type;
/openbmc/linux/arch/mips/pci/
H A Dpci-octeon.c61 enum octeon_dma_bar_type octeon_dma_bar_type = OCTEON_DMA_BAR_TYPE_INVALID; variable
394 if (octeon_dma_bar_type == OCTEON_DMA_BAR_TYPE_BIG) { in octeon_pci_initialize()
583 octeon_dma_bar_type = OCTEON_DMA_BAR_TYPE_SMALL; in octeon_pci_setup()
585 octeon_dma_bar_type = OCTEON_DMA_BAR_TYPE_BIG; in octeon_pci_setup()
593 (octeon_dma_bar_type == in octeon_pci_setup()
619 if (octeon_dma_bar_type == OCTEON_DMA_BAR_TYPE_BIG) { in octeon_pci_setup()
H A Dmsi-octeon.c151 switch (octeon_dma_bar_type) { in arch_setup_msi_irq()
348 if (octeon_dma_bar_type == OCTEON_DMA_BAR_TYPE_INVALID) { in octeon_msi_initialize()
350 } else if (octeon_dma_bar_type == OCTEON_DMA_BAR_TYPE_PCIE) { in octeon_msi_initialize()
H A Dpcie-octeon.c1914 octeon_dma_bar_type = OCTEON_DMA_BAR_TYPE_PCIE; in octeon_pcie_setup()
1919 octeon_dma_bar_type = OCTEON_DMA_BAR_TYPE_PCIE2; in octeon_pcie_setup()
/openbmc/linux/arch/mips/cavium-octeon/
H A Ddma-octeon.c152 switch (octeon_dma_bar_type) { in octeon_pci_dma_init()