aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/pi/hudson/soc/smi.h
blob: da5ddbc2f7381719f25f0a8fb72ef0f007f1b4c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef SOC_SMI_H
#define SOC_SMI_H

#define SMI_SCI_TRIG			0x08
#define SMI_SCI_LEVEL			0x0c
#define SMI_SCI_STATUS			0x10
#define SMI_SCI_EN			0x14

#endif /* SOC_SMI_H */