Saurabh Gorecha | 87f4737 | 2020-07-09 02:20:08 +0530 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2020, 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 0x00791004 | ||||
10 | #define SEC_PRNG_STATUS_DATA_AVAIL_BMSK 0x1 | ||||
11 | #define SEC_PRNG_DATA_OUT 0x00791000 | ||||
12 | |||||
13 | |||||
14 | #endif /* QTI_RNG_IO_H */ | ||||
15 |