Lines Matching refs:mptr
3144 u8 *mptr, in ar9300_uncompress_block() argument
3168 memcpy(&mptr[spot], &block[it+2], length); in ar9300_uncompress_block()
3184 u8 *mptr, in ar9300_compress_decision() argument
3198 memcpy(mptr, word + COMP_HDR_LEN, length); in ar9300_compress_decision()
3212 memcpy(mptr, eep, mdata_size); in ar9300_compress_decision()
3217 ar9300_uncompress_block(ah, mptr, mdata_size, in ar9300_compress_decision()
3247 static int ar9300_eeprom_restore_flash(struct ath_hw *ah, u8 *mptr, in ar9300_eeprom_restore_flash() argument
3250 u16 *data = (u16 *) mptr; in ar9300_eeprom_restore_flash()
3267 u8 *mptr, int mdata_size) in ar9300_eeprom_restore_internal() argument
3285 if (ar9300_eeprom_restore_flash(ah, mptr, mdata_size)) in ar9300_eeprom_restore_internal()
3289 eep = (struct ar9300_eeprom *) mptr; in ar9300_eeprom_restore_internal()
3299 memcpy(mptr, &ar9300_default, mdata_size); in ar9300_eeprom_restore_internal()
3368 ar9300_compress_decision(ah, it, code, reference, mptr, in ar9300_eeprom_restore_internal()
3392 u8 *mptr = (u8 *) &ah->eeprom.ar9300_eep; in ath9k_hw_ar9300_fill_eeprom() local
3394 if (ar9300_eeprom_restore_internal(ah, mptr, in ath9k_hw_ar9300_fill_eeprom()