blob: 0f41fd6b860c4168d6b87f3d648d378e486007f1 [file] [log] [blame]
Saurabh Gorecha43987c52021-05-24 17:35:34 +05301/*
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