Searched refs:ath9k_rng_data_read (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath9k/
H A Drng.c24 static int ath9k_rng_data_read(struct ath_softc *sc, u32 *buf, u32 buf_size) function
77 bytes_read = ath9k_rng_data_read(sc, buf, max >> 2);
78 if ((max & 3UL) && ath9k_rng_data_read(sc, &word, 1)) {

Completed in 206 milliseconds