Searched refs:pRD (Results 1 – 1 of 1) sorted by relevance
616 getPcdac(struct ath_hal *ah, const struct tpcMap *pRD, uint8_t dBm) in getPcdac() argument625 if (pRD->pcdac[i] != 63) in getPcdac()626 return pRD->pcdac[i]; in getPcdac()630 if (pRD->pcdac[i] != 63 && pRD->pcdac[i-1] != 63) { in getPcdac()631 interp = (350 * (pRD->pcdac[i] - pRD->pcdac[i-1])) + 999; in getPcdac()632 interp = (interp / 1000) + pRD->pcdac[i-1]; in getPcdac()638 if (pRD->pcdac[i] != 63) in getPcdac()639 return pRD->pcdac[i]; in getPcdac()645 if (pRD->pcdac[i] != 63) in getPcdac()646 return pRD->pcdac[i]; in getPcdac()[all …]