Searched refs:tmpval (Results 1 – 1 of 1) sorted by relevance
92 volatile uint32_t tmpval[_LOCAL_FIFO_SIZE/2]; in hw_get_random_bytes() local111 tmpval[i] = io_read32(rng_base() + in hw_get_random_bytes()117 lfifo[pos] = tmpval[i] & 0xFF; in hw_get_random_bytes()119 lfifo[pos] = (tmpval[i] >> 8) & 0xFF; in hw_get_random_bytes()