blob: f50234f2b57d463288360ef2b209e47420cec66a [file] [log] [blame]
Saurabh Gorecha87f47372020-07-09 02:20:08 +05301/*
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