Searched refs:AR5K_AR5211_PHY (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dar5211.c225 hal->ah_phy = AR5K_AR5211_PHY(0);
350 AR5K_REG_WRITE(AR5K_AR5211_PHY(0), AR5K_AR5211_PHY_SHIFT_2GHZ);
353 AR5K_REG_WRITE(AR5K_AR5211_PHY(0), AR5K_AR5211_PHY_SHIFT_5GHZ);
362 AR5K_REG_WRITE(AR5K_AR5211_PHY(0x34), 0x00001c16);
365 AR5K_REG_WRITE(AR5K_AR5211_PHY(0x20), 0x00010000);
366 srev = (AR5K_REG_READ(AR5K_AR5211_PHY(0x100)) >> 24) & 0xff;
371 AR5K_REG_WRITE(AR5K_AR5211_PHY(0), AR5K_AR5211_PHY_SHIFT_5GHZ);
470 AR5K_REG_WRITE(AR5K_AR5211_PHY(0), AR5K_AR5211_PHY_SHIFT_5GHZ);
523 AR5K_REG_MASKED_BITS(AR5K_AR5211_PHY(0x44),
540 AR5K_REG_WRITE(AR5K_AR5211_PHY(
[all...]
H A Dar5211reg.h914 #define AR5K_AR5211_PHY(_n) (0x9800 + ((_n) << 2)) macro

Completed in 133 milliseconds