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

/linux-master/arch/mips/include/asm/octeon/
H A Dpci-octeon.h46 * The following defines are used when octeon_dma_bar_type =
52 enum octeon_dma_bar_type { enum
64 extern enum octeon_dma_bar_type octeon_dma_bar_type;
/linux-master/arch/mips/pci/
H A Dpci-octeon.c61 enum octeon_dma_bar_type octeon_dma_bar_type = OCTEON_DMA_BAR_TYPE_INVALID; variable in typeref:enum:octeon_dma_bar_type
394 if (octeon_dma_bar_type == OCTEON_DMA_BAR_TYPE_BIG) {
583 octeon_dma_bar_type = OCTEON_DMA_BAR_TYPE_SMALL;
585 octeon_dma_bar_type = OCTEON_DMA_BAR_TYPE_BIG;
593 (octeon_dma_bar_type ==
619 if (octeon_dma_bar_type == OCTEON_DMA_BAR_TYPE_BIG) {
H A Dmsi-octeon.c151 switch (octeon_dma_bar_type) {
175 panic("arch_setup_msi_irq: Invalid octeon_dma_bar_type");
348 if (octeon_dma_bar_type == OCTEON_DMA_BAR_TYPE_INVALID) {
350 } else if (octeon_dma_bar_type == OCTEON_DMA_BAR_TYPE_PCIE) {
H A Dpcie-octeon.c1908 octeon_dma_bar_type = OCTEON_DMA_BAR_TYPE_PCIE;
1913 octeon_dma_bar_type = OCTEON_DMA_BAR_TYPE_PCIE2;
/linux-master/arch/mips/cavium-octeon/
H A Ddma-octeon.c152 switch (octeon_dma_bar_type) {

Completed in 362 milliseconds