hc
2024-03-26 e0728245c89800c2038c23308f2d88969d5b41c8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**
*
*  Copyright (C) 2019, Marvell International Ltd. and its affiliates.
*
*  SPDX-License-Identifier: BSD-2-Clause-Patent
*
**/
 
#ifndef __MV_SMC_H__
#define __MV_SMC_H__
 
/* Marvell SiP services SMC ID's */
#define MV_SMC_ID_COMPHY_POWER_ON         0x82000001
#define MV_SMC_ID_COMPHY_POWER_OFF        0x82000002
#define MV_SMC_ID_COMPHY_PLL_LOCK         0x82000003
#define MV_SMC_ID_DRAM_SIZE               0x82000010
#define MV_SMC_ID_PMU_IRQ_ENABLE          0x82000012
#define MV_SMC_ID_PMU_IRQ_DISABLE         0x82000013
 
#endif //__MV_SMC_H__