Lines Matching refs:txrxMask
53 .txrxMask = 0x77, /* 4 bits tx and 4 bits rx */
631 .txrxMask = 0x77, /* 4 bits tx and 4 bits rx */
1210 .txrxMask = 0x77, /* 4 bits tx and 4 bits rx */
1789 .txrxMask = 0x77, /* 4 bits tx and 4 bits rx */
2367 .txrxMask = 0x33, /* 4 bits tx and 4 bits rx */
2996 return (pBase->txrxMask >> 4) & 0xf; in ath9k_hw_ar9300_get_eeprom()
2998 return pBase->txrxMask & 0xf; in ath9k_hw_ar9300_get_eeprom()
3290 txrx = eep->baseEepHeader.txrxMask; in ar9300_eeprom_restore_internal()
3456 PR_EEP("TX Mask", (pBase->txrxMask >> 4)); in ath9k_hw_ar9003_dump_eeprom()
3457 PR_EEP("RX Mask", (pBase->txrxMask & 0x0f)); in ath9k_hw_ar9003_dump_eeprom()
4821 u8 txmask = (eep->baseEepHeader.txrxMask & 0xf0) >> 4; in ar9003_hw_power_control_override()