Lines Matching refs:mptr
3145 u8 *mptr, in ar9300_uncompress_block() argument
3169 memcpy(&mptr[spot], &block[it+2], length); in ar9300_uncompress_block()
3185 u8 *mptr, in ar9300_compress_decision() argument
3199 memcpy(mptr, word + COMP_HDR_LEN, length); in ar9300_compress_decision()
3214 memcpy(mptr, eep, mdata_size); in ar9300_compress_decision()
3219 ar9300_uncompress_block(ah, mptr, mdata_size, in ar9300_compress_decision()
3249 static int ar9300_eeprom_restore_flash(struct ath_hw *ah, u8 *mptr, in ar9300_eeprom_restore_flash() argument
3252 u16 *data = (u16 *) mptr; in ar9300_eeprom_restore_flash()
3268 u8 *mptr, int mdata_size) in ar9300_eeprom_restore_internal() argument
3286 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()
3361 ar9300_compress_decision(ah, it, code, reference, mptr, in ar9300_eeprom_restore_internal()
3385 u8 *mptr = (u8 *) &ah->eeprom.ar9300_eep; in ath9k_hw_ar9300_fill_eeprom() local
3387 if (ar9300_eeprom_restore_internal(ah, mptr, in ath9k_hw_ar9300_fill_eeprom()