Searched refs:ath9k_rng_data_read (Results 1 – 1 of 1) sorted by relevance
24 static int ath9k_rng_data_read(struct ath_softc *sc, u32 *buf, u32 buf_size) in ath9k_rng_data_read() function77 bytes_read = ath9k_rng_data_read(sc, buf, max >> 2); in ath9k_rng_read()78 if ((max & 3UL) && ath9k_rng_data_read(sc, &word, 1)) { in ath9k_rng_read()