Searched refs:txrxMask (Results 1 – 2 of 2) sorted by relevance
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()[all …]
187 u8 txrxMask; member