HomeSort by: relevance | last modified time | path
    Searched defs:ar5008_read_eep_word (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
arn5008.c 94 Static int ar5008_read_eep_word(struct athn_softc *, uint32_t,
273 ar5008_read_eep_word(struct athn_softc *sc, uint32_t addr, uint16_t *val) function in typeref:typename:Static int
301 error = ar5008_read_eep_word(sc, AR_EEPROM_MAGIC_OFFSET, &magic);
323 if ((error = ar5008_read_eep_word(sc, addr, eep)) != 0) {

Completed in 20 milliseconds