Home
last modified time | relevance | path

Searched refs:OS_MEMCPY (Results 1 – 22 of 22) sorted by relevance

/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5112.c434 OS_MEMCPY(&pcdacs[0], &pRawCh->pDataPerXPD[jj].pcdac[0], in ar5112SetPowerTable()
436 OS_MEMCPY(&powers[0], &pRawCh->pDataPerXPD[jj].pwr_t4[0], in ar5112SetPowerTable()
442 OS_MEMCPY(&powTableLXPD[kk][0], &tmpPowerTable[0], in ar5112SetPowerTable()
447 OS_MEMCPY(&pcdacs[0], &pRawCh->pDataPerXPD[jj].pcdac[0], in ar5112SetPowerTable()
449 OS_MEMCPY(&powers[0], in ar5112SetPowerTable()
456 OS_MEMCPY(&powTableLXPD[kk][0], &tmpPowerTable[0], in ar5112SetPowerTable()
461 OS_MEMCPY(&pcdacs[0], &pRawCh->pDataPerXPD[jj].pcdac[0], in ar5112SetPowerTable()
463 OS_MEMCPY(&powers[0], in ar5112SetPowerTable()
470 OS_MEMCPY(&powTableHXPD[kk][0], &tmpPowerTable[0], in ar5112SetPowerTable()
HDar5212_ani.c159 OS_MEMCPY(&ahp->ah_aniParams24, params24, sizeof(*params24)); in ar5212AniAttach()
163 OS_MEMCPY(&ahp->ah_aniParams5, params5, sizeof(*params5)); in ar5212AniAttach()
189 OS_MEMCPY(&ahp->ah_aniParams24, params24, sizeof(*params24)); in ar5212AniSetParams()
191 OS_MEMCPY(&ahp->ah_aniParams5, params5, sizeof(*params5)); in ar5212AniSetParams()
891 OS_MEMCPY(&cs->samples[cs->cur_sample], &hs, sizeof(hs)); in ar5212AniGetListenTime()
HDar5212_misc.c40 OS_MEMCPY(mac, ahp->ah_macaddr, IEEE80211_ADDR_LEN); in ar5212GetMacAddress()
48 OS_MEMCPY(ahp->ah_macaddr, mac, IEEE80211_ADDR_LEN); in ar5212SetMacAddress()
57 OS_MEMCPY(mask, ahp->ah_bssidmask, IEEE80211_ADDR_LEN); in ar5212GetBssIdMask()
66 OS_MEMCPY(ahp->ah_bssidmask, mask, IEEE80211_ADDR_LEN); in ar5212SetBssIdMask()
222 OS_MEMCPY(ahp->ah_bssid, bssid, IEEE80211_ADDR_LEN); in ar5212WriteAssocid()
HDar5212_attach.c218 OS_MEMCPY(&tmp, &aniparams, sizeof(struct ar5212AniParams)); in ar5212AniSetup()
242 OS_MEMCPY(&ahp->ah_priv, &ar5212hal, sizeof(struct ath_hal_private)); in ar5212InitState()
276 OS_MEMCPY(&ahp->ah_bssidmask, defbssidmask, IEEE80211_ADDR_LEN); in ar5212InitState()
HDar5212_reset.c1371 OS_MEMCPY(sort, calData, AR512_NF_CAL_HIST_MAX*sizeof(int16_t)); in ar5212GetNfHistMid()
2429 OS_MEMCPY(ratesIndex, ahp->ah_ratesArray, sizeof(ratesIndex)); in ar5212CorrectGainDelta()
/trueos/sys/dev/ath/ath_hal/ar5210/
HDar5210_misc.c38 OS_MEMCPY(mac, ahp->ah_macaddr, IEEE80211_ADDR_LEN); in ar5210GetMacAddress()
46 OS_MEMCPY(ahp->ah_macaddr, mac, IEEE80211_ADDR_LEN); in ar5210SetMacAddress()
55 OS_MEMCPY(mask, ones, IEEE80211_ADDR_LEN); in ar5210GetBssIdMask()
317 OS_MEMCPY(ahp->ah_bssid, bssid, IEEE80211_ADDR_LEN); in ar5210WriteAssocid()
HDar5210_reset.c844 OS_MEMCPY(pwr_regs, pwr_regs_start, sizeof(pwr_regs)); in ar5210SetTransmitPower()
845 OS_MEMCPY(cp, ar5k0007_pwrSettings, sizeof(cp)); in ar5210SetTransmitPower()
HDar5210_attach.c210 OS_MEMCPY(&ahp->ah_priv, &ar5210hal, sizeof(struct ath_hal_private)); in ar5210Attach()
/trueos/sys/dev/ath/ath_hal/ar5211/
HDar5211_misc.c38 OS_MEMCPY(mac, ahp->ah_macaddr, IEEE80211_ADDR_LEN); in ar5211GetMacAddress()
46 OS_MEMCPY(ahp->ah_macaddr, mac, IEEE80211_ADDR_LEN); in ar5211SetMacAddress()
55 OS_MEMCPY(mask, ones, IEEE80211_ADDR_LEN); in ar5211GetBssIdMask()
318 OS_MEMCPY(ahp->ah_bssid, bssid, IEEE80211_ADDR_LEN); in ar5211WriteAssocid()
HDar5211_attach.c228 OS_MEMCPY(&ahp->ah_priv, &ar5211hal, sizeof(struct ath_hal_private)); in ar5211Attach()
/trueos/tools/tools/ath/common/
HDah_osdep.h49 #define OS_MEMCPY(_dst, _src, _size) bcopy((_src), (_dst), (_size)) macro
/trueos/sys/dev/ath/
HDah_osdep.h71 #define OS_MEMCPY(_d, _s, _n) memcpy(_d,_s,_n) macro
/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_misc.c99 OS_MEMCPY(mac, ahp->ah_macaddr, IEEE80211_ADDR_LEN); in ar9300_get_mac_address()
107 OS_MEMCPY(ahp->ah_macaddr, mac, IEEE80211_ADDR_LEN); in ar9300_set_mac_address()
116 OS_MEMCPY(mask, ahp->ah_bssid_mask, IEEE80211_ADDR_LEN); in ar9300_get_bss_id_mask()
125 OS_MEMCPY(ahp->ah_bssid_mask, mask, IEEE80211_ADDR_LEN); in ar9300_set_bss_id_mask()
295 OS_MEMCPY(ahp->ah_bssid, bssid, IEEE80211_ADDR_LEN); in ar9300_write_associd()
2826 OS_MEMCPY(target_power_val_t, ar9485_hw_gtx_tp_distance_short, in ar9300_chk_rssi_update_tx_pwr()
2842 OS_MEMCPY(target_power_val_t, ar9485_hw_gtx_tp_distance_middle, in ar9300_chk_rssi_update_tx_pwr()
2859 OS_MEMCPY(target_power_val_t, ahp->ah_default_tx_power, in ar9300_chk_rssi_update_tx_pwr()
2876 OS_MEMCPY(target_power_val_t, wb225_sw_gtx_tp_distance_short, in ar9300_chk_rssi_update_tx_pwr()
2907 OS_MEMCPY(target_power_val_t, wb225_sw_gtx_tp_distance_middle, in ar9300_chk_rssi_update_tx_pwr()
[all …]
HDar9300_eeprom.c159 OS_MEMCPY(mptr, dptr, mdata_size); in ar9300_eeprom_template_install()
185 OS_MEMCPY(mptr, dptr, mdata_size); in ar9300_eeprom_restore_something()
199 OS_MEMCPY(mptr, dptr, mdata_size); in ar9300_eeprom_restore_something()
213 OS_MEMCPY(mptr, dptr, mdata_size); in ar9300_eeprom_restore_something()
2790 OS_MEMCPY(target_power_val_t2_eep, target_power_val_t2, in ar9300_eeprom_set_transmit_power()
2856 OS_MEMCPY(ahp->ah_default_tx_power, in ar9300_eeprom_set_transmit_power()
2934 OS_MEMCPY(target_power_val_t2, target_power_val_t2_eep, in ar9300_eeprom_set_transmit_power()
3662 OS_MEMCPY(&mptr[spot], &block[it + 2], length); in ar9300_uncompress_block()
3728 OS_MEMCPY((u_int8_t *)mptr, in ar9300_eeprom_restore_internal_address()
3796 OS_MEMCPY(mptr, dptr, mdata_size); in ar9300_eeprom_restore_internal_address()
[all …]
HDeeprom.diff194 OS_MEMCPY(mptr, cal_ptr, mdata_size);
HDar9300_attach.c652 OS_MEMCPY(AH9300(ah)->ah_cal_mem, eepromdata, HOST_CALDATA_SIZE); in ar9300_attach()
2414 OS_MEMCPY(&ahp->ah_priv.priv, &ar9300hal, sizeof(ahp->ah_priv.priv)); in ar9300_new_state()
2471 OS_MEMCPY(&ahp->ah_bssid_mask, defbssidmask, IEEE80211_ADDR_LEN); in ar9300_new_state()
HDar9300_xmit_ds.c230 OS_MEMCPY(txstatus, ads, sizeof(struct ar9300_txs)); in ar9300_get_raw_tx_desc()
HDar9300_reset.c2142 OS_MEMCPY(nf, h_base->priv_nf, sizeof(h_base->priv_nf)); in ar9300_get_nf_hist_base()
/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_ani.c137 OS_MEMCPY(&ahp->ah_aniParams24, params24, sizeof(*params24)); in ar5416AniAttach()
141 OS_MEMCPY(&ahp->ah_aniParams5, params5, sizeof(*params5)); in ar5416AniAttach()
840 OS_MEMCPY(&cs->samples[cs->cur_sample], &hs, sizeof(hs)); in ar5416AniGetListenTime()
HDar5416_attach.c365 OS_MEMCPY(&AH5416(ah)[1], ar5416Addac, sizeof(ar5416Addac)); in ar5416Attach()
HDar5416_reset.c2126 OS_MEMCPY(pNewPower, &powInfo[matchIndex], sizeof(*pNewPower)); in ar5416GetTargetPowers()
2186 OS_MEMCPY(pNewPower, &powInfo[matchIndex], sizeof(*pNewPower)); in ar5416GetTargetPowersLeg()
/trueos/sys/dev/ath/ath_hal/ar5312/
HDar5312_attach.c307 OS_MEMCPY(AH5212(ah)->ah_macaddr, macAddr, 6); in ar5312GetMacAddr()