Home
last modified time | relevance | path

Searched refs:offs_6_1 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar9002/
H A Dar9285_cal.c52 int i, offset, offs_6_1, offs_0; in ar9285_hw_pa_cal() local
117 offs_6_1 = MS(OS_REG_READ(ah, AR9285_AN_RF2G6), AR9285_AN_RF2G6_OFFS); in ar9285_hw_pa_cal()
120 offset = (offs_6_1<<1) | offs_0; in ar9285_hw_pa_cal()
122 offs_6_1 = offset>>1; in ar9285_hw_pa_cal()
136 OS_REG_RMW_FIELD(ah, AR9285_AN_RF2G6, AR9285_AN_RF2G6_OFFS, offs_6_1); in ar9285_hw_pa_cal()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c3197 int i, lo_gn, offs_6_1, offs_0;
3284 offs_6_1 = 0;
3289 reg_val = reg_val | (0x1 << (19 + i)) | ((offs_6_1) << 20);
3292 offs_6_1 = offs_6_1 | (lo_gn << (i - 1));
3297 reg_val = reg_val | ((offs_6_1 - 1) << 20);