Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/arn/
H A Darn_hw.c1614 val = REG_READ(ah, AR_STA_ID1); in ath9k_hw_set_operating_mode()
1618 REG_WRITE(ah, AR_STA_ID1, val | AR_STA_ID1_STA_AP | in ath9k_hw_set_operating_mode()
1623 REG_WRITE(ah, AR_STA_ID1, val | AR_STA_ID1_ADHOC | in ath9k_hw_set_operating_mode()
1629 REG_WRITE(ah, AR_STA_ID1, val | AR_STA_ID1_KSRCH_MODE); in ath9k_hw_set_operating_mode()
2455 macStaId1 = REG_READ(ah, AR_STA_ID1) & AR_STA_ID1_BASE_RATE_11B; in ath9k_hw_reset()
2506 REG_WRITE(ah, AR_STA_ID1, ARN_LE_READ_16(ahp->ah_macaddr + 4) | in ath9k_hw_reset()
2559 REG_WRITE(ah, AR_STA_ID1, in ath9k_hw_reset()
2560 REG_READ(ah, AR_STA_ID1) | AR_STA_ID1_PRESERVE_SEQNUM); in ath9k_hw_reset()
2838 REG_SET_BIT(ah, AR_STA_ID1, AR_STA_ID1_PWR_SAV); in ath9k_set_power_sleep()
2853 REG_SET_BIT(ah, AR_STA_ID1, AR_STA_ID1_PWR_SAV); in ath9k_set_power_network_sleep()
[all …]
H A Darn_reg.h1123 #define AR_STA_ID1 0x8004 macro