drm: bridge: adv7511: remove s32 format from i2s capabilities
[drm/drm-misc.git] / drivers / accel / habanalabs / include / goya / goya.h
blob1b4ca435021d7a39c3390add86800526c666f6f6
1 /* SPDX-License-Identifier: GPL-2.0
3 * Copyright 2016-2019 HabanaLabs, Ltd.
4 * All Rights Reserved.
6 */
8 #ifndef GOYA_H
9 #define GOYA_H
11 #define SRAM_CFG_BAR_ID 0
12 #define MSIX_BAR_ID 2
13 #define DDR_BAR_ID 4
15 #define CFG_BAR_SIZE 0x10000000ull /* 256MB */
16 #define MSIX_BAR_SIZE 0x1000ull /* 4KB */
18 #define CFG_BASE 0x7FFC000000ull
19 #define CFG_SIZE 0x4000000 /* 32MB CFG + 32MB DBG*/
21 #define SRAM_BASE_ADDR 0x7FF0000000ull
22 #define SRAM_SIZE 0x32A0000 /* 50.625MB */
24 #define DRAM_PHYS_BASE 0x0ull
26 #define HOST_PHYS_BASE 0x8000000000ull /* 0.5TB */
27 #define HOST_PHYS_SIZE 0x1000000000000ull /* 0.25PB (48 bits) */
29 #define GOYA_MSIX_ENTRIES 8
31 #define QMAN_PQ_ENTRY_SIZE 16 /* Bytes */
33 #define MAX_ASID 2
35 #define PROT_BITS_OFFS 0xF80
37 #define DMA_MAX_NUM 5
39 #define TPC_MAX_NUM 8
41 #define MME_MAX_NUM 1
43 #endif /* GOYA_H */