Searched refs:pRD (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c618 getPcdac(struct ath_hal *ah, const struct tpcMap *pRD, uint8_t dBm) argument
627 if (pRD->pcdac[i] != 63)
628 return pRD->pcdac[i];
632 if (pRD->pcdac[i] != 63 && pRD->pcdac[i-1] != 63) {
633 interp = (350 * (pRD->pcdac[i] - pRD->pcdac[i-1])) + 999;
634 interp = (interp / 1000) + pRD->pcdac[i-1];
640 if (pRD->pcdac[i] != 63)
641 return pRD
661 getGainF(struct ath_hal *ah, const struct tpcMap *pRD, uint8_t pcdac, uint8_t *dBm) argument
741 const struct tpcMap *pRD; local
[all...]

Completed in 20 milliseconds