summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/pi/hudson/chip.h
blob: 13147dc31e75e88f59150f65810b29f5a3f5e983 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef HUDSON_CHIP_H
#define HUDSON_CHIP_H

struct southbridge_amd_pi_hudson_config
{
	u32 ide0_enable : 1;
	u32 sata0_enable : 1;
	u32 boot_switch_sata_ide : 1;
	u32 hda_viddid;
	u8  gpp_configuration;
	u8  sd_mode;
};

#endif /* HUDSON_CHIP_H */