Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_pcu.c504 ath5k_hw_reg_write(ah, 0, AR5K_KEYTABLE_OFF(entry, i)); in ath5k_hw_reset_key()
511 AR5K_KEYTABLE_OFF(micentry, i)); in ath5k_hw_reset_key()
Dreg.h1819 #define AR5K_KEYTABLE_OFF(_n, x) (AR5K_KEYTABLE(_n) + (x << 2)) macro
1820 #define AR5K_KEYTABLE_TYPE(_n) AR5K_KEYTABLE_OFF(_n, 5)
1829 #define AR5K_KEYTABLE_MAC0(_n) AR5K_KEYTABLE_OFF(_n, 6)
1830 #define AR5K_KEYTABLE_MAC1(_n) AR5K_KEYTABLE_OFF(_n, 7)