Searched refs:AR_STA_ID0 (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/sys/contrib/dev/athk/
H A Dreg.h26 #define AR_STA_ID0 0x8000 macro
H A Dhw.c123 REG_WRITE(ah, AR_STA_ID0, get_unaligned_le32(common->macaddr));
/freebsd-current/tools/tools/ath/common/
H A Ddumpregs_5210.c71 DEFBASIC(AR_STA_ID0, "STA_ID0"),
H A Ddumpregs_5211.c235 DEFBASIC(AR_STA_ID0, "STA_ID0"),
H A Ddumpregs_5212.c269 DEFBASIC(AR_STA_ID0, "STA_ID0"),
H A Ddumpregs_5416.c305 DEFBASIC(AR_STA_ID0, "STA_ID0"),
/freebsd-current/sys/dev/ath/ath_hal/ar5210/
H A Dar5210reg.h68 #define AR_STA_ID0 0x8000 /* Lower 32bits of MAC address */ macro
H A Dar5210_reset.c126 OS_REG_WRITE(ah, AR_STA_ID0, LE_READ_4(ahp->ah_macaddr));
/freebsd-current/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c392 uint32_t regAddr[2] = { AR_STA_ID0, AR_PHY_BASE+(8 << 2) };
H A Dar5211reg.h238 #define AR_STA_ID0 0x8000 /* station ID0 - low 32 bits */ macro
H A Dar5211_reset.c376 OS_REG_WRITE(ah, AR_STA_ID0, LE_READ_4(ahp->ah_macaddr));
/freebsd-current/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c347 OS_REG_WRITE(ah, AR_STA_ID0, LE_READ_4(ahp->ah_macaddr));
/freebsd-current/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c606 uint32_t regAddr[2] = { AR_STA_ID0, AR_PHY_BASE+(8 << 2) };
H A Dar5212reg.h253 #define AR_STA_ID0 0x8000 /* MAC station ID0 register - low 32 bits */ macro
H A Dar5212_reset.c425 OS_REG_WRITE(ah, AR_STA_ID0, LE_READ_4(ahp->ah_macaddr));
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300reg.h1313 #define AR_STA_ID0 AR_MAC_PCU_OFFSET(MAC_PCU_STA_ADDR_L32) macro
H A Dar9300_attach.c2613 /*u_int32_t reg_addr[2] = { AR_STA_ID0, AR_PHY_BASE+(8 << 2) };*/
2614 u_int32_t reg_addr[2] = { AR_STA_ID0 };
H A Dar9300_reset.c4975 OS_REG_WRITE(ah, AR_STA_ID0, LE_READ_4(ahp->ah_macaddr));
/freebsd-current/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c271 OS_REG_WRITE(ah, AR_STA_ID0, LE_READ_4(ahp->ah_macaddr));

Completed in 214 milliseconds