Path: blob/master/drivers/accel/habanalabs/include/goya/goya.h
26393 views
/* SPDX-License-Identifier: GPL-2.01*2* Copyright 2016-2019 HabanaLabs, Ltd.3* All Rights Reserved.4*5*/67#ifndef GOYA_H8#define GOYA_H910#define SRAM_CFG_BAR_ID 011#define MSIX_BAR_ID 212#define DDR_BAR_ID 41314#define CFG_BAR_SIZE 0x10000000ull /* 256MB */15#define MSIX_BAR_SIZE 0x1000ull /* 4KB */1617#define CFG_BASE 0x7FFC000000ull18#define CFG_SIZE 0x4000000 /* 32MB CFG + 32MB DBG*/1920#define SRAM_BASE_ADDR 0x7FF0000000ull21#define SRAM_SIZE 0x32A0000 /* 50.625MB */2223#define DRAM_PHYS_BASE 0x0ull2425#define HOST_PHYS_BASE 0x8000000000ull /* 0.5TB */26#define HOST_PHYS_SIZE 0x1000000000000ull /* 0.25PB (48 bits) */2728#define GOYA_MSIX_ENTRIES 82930#define QMAN_PQ_ENTRY_SIZE 16 /* Bytes */3132#define MAX_ASID 23334#define PROT_BITS_OFFS 0xF803536#define DMA_MAX_NUM 53738#define TPC_MAX_NUM 83940#define MME_MAX_NUM 14142#endif /* GOYA_H */434445