Home
last modified time | relevance | path

Searched refs:AR5K_REG_MASKED_BITS (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/ic/
Dar5211.c523 AR5K_REG_MASKED_BITS(AR5K_AR5211_PHY(0x44), in ar5k_ar5211_reset()
543 AR5K_REG_MASKED_BITS(AR5K_AR5211_PHY(0x11), in ar5k_ar5211_reset()
545 AR5K_REG_MASKED_BITS(AR5K_AR5211_PHY(0x12), in ar5k_ar5211_reset()
547 AR5K_REG_MASKED_BITS(AR5K_AR5211_PHY(0x14), in ar5k_ar5211_reset()
557 AR5K_REG_MASKED_BITS(AR5K_AR5211_PHY(0x0a), in ar5k_ar5211_reset()
559 AR5K_REG_MASKED_BITS(AR5K_AR5211_PHY(0x19), in ar5k_ar5211_reset()
561 AR5K_REG_MASKED_BITS(AR5K_AR5211_PHY(0x49), 4, 0xffffff01); in ar5k_ar5211_reset()
Dar5212.c679 AR5K_REG_MASKED_BITS(AR5K_AR5212_PHY(0x44), in ar5k_ar5212_reset()
700 AR5K_REG_MASKED_BITS(AR5K_AR5212_PHY(0x11), in ar5k_ar5212_reset()
702 AR5K_REG_MASKED_BITS(AR5K_AR5212_PHY(0x12), in ar5k_ar5212_reset()
704 AR5K_REG_MASKED_BITS(AR5K_AR5212_PHY(0x14), in ar5k_ar5212_reset()
714 AR5K_REG_MASKED_BITS(AR5K_AR5212_PHY(0x0a), in ar5k_ar5212_reset()
716 AR5K_REG_MASKED_BITS(AR5K_AR5212_PHY(0x19), in ar5k_ar5212_reset()
718 AR5K_REG_MASKED_BITS(AR5K_AR5212_PHY(0x49), 4, 0xffffff01); in ar5k_ar5212_reset()
Dar5xxx.h1383 #define AR5K_REG_MASKED_BITS(_reg, _flags, _mask) \ macro