Searched defs:mptr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_eeprom.c3182 u8 *mptr,
3205 memcpy(&mptr[spot], &block[it+2], length);
3221 u8 *mptr,
3234 memcpy(mptr, (u8 *) (word + COMP_HDR_LEN), length);
3249 memcpy(mptr, eep, mdata_size);
3254 ar9300_uncompress_block(ah, mptr, mdata_size,
3285 static int ar9300_eeprom_restore_flash(struct ath_hw *ah, u8 *mptr, argument
3289 u16 *data = (u16 *) mptr;
3305 u8 *mptr, int mdata_size)
3319 return ar9300_eeprom_restore_flash(ah, mptr, mdata_siz
3181 ar9300_uncompress_block(struct ath_hw *ah __unused, u8 *mptr, int mdataSize, u8 *block, int size) argument
3217 ar9300_compress_decision(struct ath_hw *ah, int it, int code, int reference, u8 *mptr, u8 *word, int length, int mdata_size) argument
3304 ar9300_eeprom_restore_internal(struct ath_hw *ah, u8 *mptr, int mdata_size) argument
3413 u8 *mptr = (u8 *) &ah->eeprom.ar9300_eep; local
[all...]

Completed in 83 milliseconds