Searched refs:AR_PHY_FIND_SIG (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/dev/usb/ |
H A D | if_otusreg.h | 109 #define AR_PHY_FIND_SIG (AR_PHY_BASE + 0x0058) macro
|
/openbsd/sys/dev/ic/ |
H A D | ar5008reg.h | 73 #define AR_PHY_FIND_SIG 0x9858 macro
|
H A D | ar9003reg.h | 102 #define AR_PHY_FIND_SIG 0x09e10 macro
|
H A D | ar5008.c | 2858 reg = AR_READ(sc, AR_PHY_FIND_SIG); in ar5008_set_noise_immunity_level() 2860 AR_WRITE(sc, AR_PHY_FIND_SIG, reg); in ar5008_set_noise_immunity_level() 2939 reg = AR_READ(sc, AR_PHY_FIND_SIG); in ar5008_set_firstep_level() 2941 AR_WRITE(sc, AR_PHY_FIND_SIG, reg); in ar5008_set_firstep_level()
|
H A D | ar9003.c | 3276 reg = AR_READ(sc, AR_PHY_FIND_SIG); in ar9003_set_noise_immunity_level() 3278 AR_WRITE(sc, AR_PHY_FIND_SIG, reg); in ar9003_set_noise_immunity_level() 3356 reg = AR_READ(sc, AR_PHY_FIND_SIG); in ar9003_set_firstep_level() 3358 AR_WRITE(sc, AR_PHY_FIND_SIG, reg); in ar9003_set_firstep_level()
|
H A D | ar9285.c | 646 AR_WRITE(sc, AR_PHY_FIND_SIG, 0x7ec84d2e); in ar9271_load_ani()
|