Lines Matching refs:txrxMask
54 .txrxMask = 0x77, /* 4 bits tx and 4 bits rx */
632 .txrxMask = 0x77, /* 4 bits tx and 4 bits rx */
1211 .txrxMask = 0x77, /* 4 bits tx and 4 bits rx */
1790 .txrxMask = 0x77, /* 4 bits tx and 4 bits rx */
2368 .txrxMask = 0x33, /* 4 bits tx and 4 bits rx */
2995 return (pBase->txrxMask >> 4) & 0xf; in ath9k_hw_ar9300_get_eeprom()
2997 return pBase->txrxMask & 0xf; in ath9k_hw_ar9300_get_eeprom()
3290 txrx = eep->baseEepHeader.txrxMask; in ar9300_eeprom_restore_internal()
3458 if (!((pBase->txrxMask >> i) & 1)) in ar9003_dump_cal_data()
3525 PR_EEP("TX Mask", (pBase->txrxMask >> 4)); in ath9k_hw_ar9003_dump_eeprom()
3526 PR_EEP("RX Mask", (pBase->txrxMask & 0x0f)); in ath9k_hw_ar9003_dump_eeprom()
4893 u8 txmask = (eep->baseEepHeader.txrxMask & 0xf0) >> 4; in ar9003_hw_power_control_override()