summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/amd/fsp/mendocino/ccx_cppc_data.h
blob: 76c85bc3729cbc5be74ea2a9e5ab98e9691205e3 (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 SABRINA_FSP_CCX_CPPC_DATA_H
#define SABRINA_FSP_CCX_CPPC_DATA_H

#include <types.h>

#define FSP_CCX_CPPC_DATA_VERSION	1

struct fsp_ccx_cppc_data {
	uint8_t version;
	uint8_t unused[3];
	uint32_t ccx_cppc_min_speed;
	uint32_t ccx_cppc_nom_speed;
} __packed;

#endif /* SABRINA_FSP_CCX_CPPC_DATA_H */