Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Drng.c24 static int ath9k_rng_data_read(struct ath_softc *sc, u32 *buf, u32 buf_size) in ath9k_rng_data_read() function
77 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()