Home
last modified time | relevance | path

Searched refs:AR5K_PHY (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_initvals.c93 { AR5K_PHY(0), 0x00000047, AR5K_INI_WRITE },
95 { AR5K_PHY(3), 0x09848ea6, AR5K_INI_WRITE },
96 { AR5K_PHY(4), 0x3d32e000, AR5K_INI_WRITE },
97 { AR5K_PHY(5), 0x0000076b, AR5K_INI_WRITE },
99 { AR5K_PHY(8), 0x02020200, AR5K_INI_WRITE },
100 { AR5K_PHY(9), 0x00000e0e, AR5K_INI_WRITE },
101 { AR5K_PHY(10), 0x0a020201, AR5K_INI_WRITE },
102 { AR5K_PHY(11), 0x00036ffc, AR5K_INI_WRITE },
103 { AR5K_PHY(12), 0x00000000, AR5K_INI_WRITE },
104 { AR5K_PHY(13), 0x00000e0e, AR5K_INI_WRITE },
[all …]
Dath5k_attach.c47 static const u16 regs[2] = { AR5K_STA_ID0, AR5K_PHY(8) }; in ath5k_hw_post()
165 ah->ah_phy = AR5K_PHY(0); in ath5k_hw_attach()
Dath5k_phy.c1388 ath5k_hw_reg_write(ah, AR5K_PHY_SHIFT_2GHZ, AR5K_PHY(0)); in ath5k_hw_radio_revision()
1391 ath5k_hw_reg_write(ah, AR5K_PHY_SHIFT_5GHZ, AR5K_PHY(0)); in ath5k_hw_radio_revision()
1400 ath5k_hw_reg_write(ah, 0x00001c16, AR5K_PHY(0x34)); in ath5k_hw_radio_revision()
1403 ath5k_hw_reg_write(ah, 0x00010000, AR5K_PHY(0x20)); in ath5k_hw_radio_revision()
1406 srev = ath5k_hw_reg_read(ah, AR5K_PHY(256) >> 28) & 0xf; in ath5k_hw_radio_revision()
1409 srev = (ath5k_hw_reg_read(ah, AR5K_PHY(0x100)) >> 24) & 0xff; in ath5k_hw_radio_revision()
1415 ath5k_hw_reg_write(ah, AR5K_PHY_SHIFT_5GHZ, AR5K_PHY(0)); in ath5k_hw_radio_revision()
Dath5k_reset.c818 ath5k_hw_reg_write(ah, AR5K_PHY_SHIFT_5GHZ, AR5K_PHY(0)); in ath5k_hw_reset()
821 AR5K_PHY(0)); in ath5k_hw_reset()
Dreg.h1861 #define AR5K_PHY(_n) (AR5K_PHY_BASE + ((_n) << 2)) macro