TRNG_ISR
ready = readl(trng->base + TRNG_ISR) & TRNG_ISR_DATRDY;
readl_poll_timeout(trng->base + TRNG_ISR, ready,
readl(trng->base + TRNG_ISR);