mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00

new qti platform sc7280 support addition Signed-off-by: Saurabh Gorecha <sgorecha@codeaurora.org> Change-Id: I3dd99d8744a6c313f7dfbbee7ae2cbd6f21656c1
15 lines
306 B
C
15 lines
306 B
C
/*
|
|
* 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 */
|
|
|