Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dathn.c730 AR_CLRBITS(sc, AR_STA_ID1, AR_STA_ID1_PWR_SAV); in athn_set_power_awake()
738 AR_SETBITS(sc, AR_STA_ID1, AR_STA_ID1_PWR_SAV); in athn_set_power_sleep()
2132 reg = AR_READ(sc, AR_STA_ID1); in athn_set_opmode()
2135 AR_WRITE(sc, AR_STA_ID1, reg); in athn_set_opmode()
2141 reg = AR_READ(sc, AR_STA_ID1); in athn_set_opmode()
2144 AR_WRITE(sc, AR_STA_ID1, reg); in athn_set_opmode()
2150 reg = AR_READ(sc, AR_STA_ID1); in athn_set_opmode()
2153 AR_WRITE(sc, AR_STA_ID1, reg); in athn_set_opmode()
2257 sta_id1 = AR_READ(sc, AR_STA_ID1) & AR_STA_ID1_BASE_RATE_11B; in athn_hw_reset()
2353 AR_WRITE(sc, AR_STA_ID1, LE_READ_2(&ic->ic_myaddr[4]) | in athn_hw_reset()
[all …]
H A Dathnreg.h128 #define AR_STA_ID1 0x8004 macro