summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/include/soc/data_fabric.h
blob: 27444befb3ccea0813ccca1c4a9c4fd78c204cfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef AMD_CEZANNE_DATA_FABRIC_H
#define AMD_CEZANNE_DATA_FABRIC_H

#include <types.h>

/* SoC-specific bits in D18F0_MMIO_CTRL0 */
#define   DF_MMIO_NP			BIT(16)

#define IOMS0_FABRIC_ID			10

#define NUM_NB_MMIO_REGS		8

void data_fabric_set_mmio_np(void);

#endif /* AMD_CEZANNE_DATA_FABRIC_H */