/* SPDX-License-Identifier: GPL-2.0 * * Copyright 2016-2019 HabanaLabs, Ltd. * All Rights Reserved. * */ #ifndef GOYA_H #define GOYA_H #define SRAM_CFG_BAR_ID … #define MSIX_BAR_ID … #define DDR_BAR_ID … #define CFG_BAR_SIZE … #define MSIX_BAR_SIZE … #define CFG_BASE … #define CFG_SIZE … #define SRAM_BASE_ADDR … #define SRAM_SIZE … #define DRAM_PHYS_BASE … #define HOST_PHYS_BASE … #define HOST_PHYS_SIZE … #define GOYA_MSIX_ENTRIES … #define QMAN_PQ_ENTRY_SIZE … #define MAX_ASID … #define PROT_BITS_OFFS … #define DMA_MAX_NUM … #define TPC_MAX_NUM … #define MME_MAX_NUM … #endif /* GOYA_H */