xref: /aosp_15_r20/external/arm-trusted-firmware/plat/qti/sc7280/inc/qti_rng_io.h (revision 54fd6939e177f8ff529b10183254802c76df6d08)
1 /*
2  * Copyright (c) 2021, The Linux Foundation. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 #ifndef QTI_RNG_IO_H
7 #define QTI_RNG_IO_H
8 
9 #define SEC_PRNG_STATUS			0x10D1004
10 #define SEC_PRNG_STATUS_DATA_AVAIL_BMSK	0x1
11 #define SEC_PRNG_DATA_OUT		0x10D1000
12 
13 
14 #endif /* QTI_RNG_IO_H */
15 
16