HomeSort by: relevance | last modified time | path
    Searched refs:OS_MEMCPY (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_misc.c 38 OS_MEMCPY(mac, ahp->ah_macaddr, IEEE80211_ADDR_LEN);
46 OS_MEMCPY(ahp->ah_macaddr, mac, IEEE80211_ADDR_LEN);
55 OS_MEMCPY(mask, ones, IEEE80211_ADDR_LEN);
317 OS_MEMCPY(ahp->ah_bssid, bssid, IEEE80211_ADDR_LEN);
ar5210_attach.c 203 OS_MEMCPY(&ahp->ah_priv, &ar5210hal, sizeof(struct ath_hal_private));
ar5210_reset.c 848 OS_MEMCPY(pwr_regs, pwr_regs_start, sizeof(pwr_regs));
849 OS_MEMCPY(cp, ar5k0007_pwrSettings, sizeof(cp));
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5112.c 428 OS_MEMCPY(&pcdacs[0], &pRawCh->pDataPerXPD[jj].pcdac[0],
430 OS_MEMCPY(&powers[0], &pRawCh->pDataPerXPD[jj].pwr_t4[0],
436 OS_MEMCPY(&powTableLXPD[kk][0], &tmpPowerTable[0],
441 OS_MEMCPY(&pcdacs[0], &pRawCh->pDataPerXPD[jj].pcdac[0],
443 OS_MEMCPY(&powers[0],
450 OS_MEMCPY(&powTableLXPD[kk][0], &tmpPowerTable[0],
455 OS_MEMCPY(&pcdacs[0], &pRawCh->pDataPerXPD[jj].pcdac[0],
457 OS_MEMCPY(&powers[0],
464 OS_MEMCPY(&powTableHXPD[kk][0], &tmpPowerTable[0],
ar5212_misc.c 44 OS_MEMCPY(mac, ahp->ah_macaddr, IEEE80211_ADDR_LEN);
52 OS_MEMCPY(ahp->ah_macaddr, mac, IEEE80211_ADDR_LEN);
61 OS_MEMCPY(mask, ahp->ah_bssidmask, IEEE80211_ADDR_LEN);
70 OS_MEMCPY(ahp->ah_bssidmask, mask, IEEE80211_ADDR_LEN);
226 OS_MEMCPY(ahp->ah_bssid, bssid, IEEE80211_ADDR_LEN);
ar5212_ani.c 196 OS_MEMCPY(&ahp->ah_aniParams24, params24, sizeof(*params24));
200 OS_MEMCPY(&ahp->ah_aniParams5, params5, sizeof(*params5));
226 OS_MEMCPY(&ahp->ah_aniParams24, params24, sizeof(*params24));
228 OS_MEMCPY(&ahp->ah_aniParams5, params5, sizeof(*params5));
ar5212_attach.c 206 OS_MEMCPY(&tmp, &aniparams, sizeof(struct ar5212AniParams));
227 OS_MEMCPY(&ahp->ah_priv, &ar5212hal, sizeof(struct ath_hal_private));
261 OS_MEMCPY(&ahp->ah_bssidmask, defbssidmask, IEEE80211_ADDR_LEN);
ar5212_reset.c 1246 OS_MEMCPY(sort, calData, AR512_NF_CAL_HIST_MAX*sizeof(int16_t));
2301 OS_MEMCPY(ratesIndex, ahp->ah_ratesArray, sizeof(ratesIndex));
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_misc.c 38 OS_MEMCPY(mac, ahp->ah_macaddr, IEEE80211_ADDR_LEN);
46 OS_MEMCPY(ahp->ah_macaddr, mac, IEEE80211_ADDR_LEN);
55 OS_MEMCPY(mask, ones, IEEE80211_ADDR_LEN);
318 OS_MEMCPY(ahp->ah_bssid, bssid, IEEE80211_ADDR_LEN);
ar5211_attach.c 220 OS_MEMCPY(&ahp->ah_priv, &ar5211hal, sizeof(struct ath_hal_private));
  /src/sys/external/isc/atheros_hal/ic/
ah_osdep.h 51 #define OS_MEMCPY(_d, _s, _n) ath_hal_memcpy(_d,_s,_n)
  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_attach.c 306 OS_MEMCPY(AH5212(ah)->ah_macaddr, macAddr, 6);
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_ani.c 174 OS_MEMCPY(&ahp->ah_aniParams24, params24, sizeof(*params24));
178 OS_MEMCPY(&ahp->ah_aniParams5, params5, sizeof(*params5));
ar5416_attach.c 261 OS_MEMCPY(&AH5416(ah)[1], ar5416Addac, sizeof(ar5416Addac));
ar5416_reset.c 1732 OS_MEMCPY(pNewPower, &powInfo[matchIndex], sizeof(*pNewPower));
1792 OS_MEMCPY(pNewPower, &powInfo[matchIndex], sizeof(*pNewPower));
  /src/sys/external/isc/atheros_hal/dist/
ah_regdomain.c 2250 OS_MEMCPY(rd, &regDomains[i],

Completed in 29 milliseconds