qti_rng_io.h 308 B

123456789101112131415
  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. #define SEC_PRNG_STATUS 0x00791004
  9. #define SEC_PRNG_STATUS_DATA_AVAIL_BMSK 0x1
  10. #define SEC_PRNG_DATA_OUT 0x00791000
  11. #endif /* QTI_RNG_IO_H */