Home
last modified time | relevance | path

Searched refs:AR_PHY_FIND_SIG (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/dev/usb/
H A Dif_otusreg.h109 #define AR_PHY_FIND_SIG (AR_PHY_BASE + 0x0058) macro
/openbsd/sys/dev/ic/
H A Dar5008reg.h73 #define AR_PHY_FIND_SIG 0x9858 macro
H A Dar9003reg.h102 #define AR_PHY_FIND_SIG 0x09e10 macro
H A Dar5008.c2858 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 Dar9003.c3276 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 Dar9285.c646 AR_WRITE(sc, AR_PHY_FIND_SIG, 0x7ec84d2e); in ar9271_load_ani()