mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 18:14:24 +00:00

Change-Id: Ibbe78a196d77530fa9d94d7d12b2f08a4b66d62e Signed-off-by: Amarinder Singh Sethi <quic_assethi@quicinc.com>
15 lines
328 B
C
15 lines
328 B
C
/*
|
|
* Copyright (c) 2024, The Linux Foundation. All rights reserved.
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*
|
|
*/
|
|
|
|
#ifndef QTI_RNG_IO_H
|
|
#define QTI_RNG_IO_H
|
|
|
|
#define SEC_PRNG_STATUS 0x791004
|
|
#define SEC_PRNG_STATUS_DATA_AVAIL_BMSK 0x1
|
|
#define SEC_PRNG_DATA_OUT 0x791000
|
|
|
|
#endif /* QTI_RNG_IO_H */
|
|
|