aboutsummaryrefslogtreecommitdiff
path: root/plat/qti/sc7280/inc/qti_rng_io.h
blob: 0f41fd6b860c4168d6b87f3d648d378e486007f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2021, 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			0x10D1004
#define SEC_PRNG_STATUS_DATA_AVAIL_BMSK	0x1
#define SEC_PRNG_DATA_OUT		0x10D1000


#endif /* QTI_RNG_IO_H */