blob: bee75c71093a28e95c1ed9e6d0229233a219806c [file] [log] [blame]
Angel Pons4b429832020-04-02 23:48:50 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Kyösti Mälkkibbd23772019-01-10 05:41:23 +02002
3#ifndef __AMD_NB_COMMON_H__
4#define __AMD_NB_COMMON_H__
5
Angel Ponsc19cbee2020-11-10 20:39:41 +01006#define HT_IO_HOST_ALIGN 4096
7#define HT_MEM_HOST_ALIGN (1024 * 1024)
8
Kyösti Mälkkibbd23772019-01-10 05:41:23 +02009#define DEV_CDB 0x18
Michał Żygowski208318c2020-03-20 15:54:27 +010010#define IO_APIC2_ADDR 0xfec20000
Kyösti Mälkkibbd23772019-01-10 05:41:23 +020011
12#endif