hc
2024-03-26 e0728245c89800c2038c23308f2d88969d5b41c8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**
 
  Copyright (C) 2019, Marvell International Ltd. and its affiliates.
 
  SPDX-License-Identifier: BSD-2-Clause-Patent
 
**/
 
#define PCI_BUS_MIN        0x0
#define PCI_BUS_MAX        0x0
#define PCI_BUS_COUNT      0x1
#define PCI_MMIO32_BASE    0xC0000000
#define PCI_MMIO32_SIZE    0x10000000
#define PCI_MMIO64_BASE    0x800000000
#define PCI_MMIO64_SIZE    0x100000000
#define PCI_IO_BASE        0x0
#define PCI_IO_SIZE        0x10000
#define PCI_IO_TRANSLATION 0xDFF00000
#define PCI_ECAM_BASE      0xD0008000
#define PCI_ECAM_SIZE      0x10000000