Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661_reg.h90 #define RT2661_PHY_CSR3 0x308c macro
H A Drt2661.c2149 if (!(RT2661_READ(sc, RT2661_PHY_CSR3) & RT2661_BBP_BUSY)) in rt2661_bbp_read()
2160 RT2661_WRITE(sc, RT2661_PHY_CSR3, val); in rt2661_bbp_read()
2163 val = RT2661_READ(sc, RT2661_PHY_CSR3); in rt2661_bbp_read()
2219 if (!(RT2661_READ(sc, RT2661_PHY_CSR3) & RT2661_BBP_BUSY)) in rt2661_bbp_write()
2230 RT2661_WRITE(sc, RT2661_PHY_CSR3, tmp); in rt2661_bbp_write()