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) {
|