Home
last modified time | relevance | path

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

/freebsd/sys/dev/ral/
H A Drt2661reg.h79 #define RT2661_PHY_CSR3 0x308c macro
H A Drt2661.c1689 if (!(RAL_READ(sc, RT2661_PHY_CSR3) & RT2661_BBP_BUSY)) in rt2661_bbp_write()
1699 RAL_WRITE(sc, RT2661_PHY_CSR3, tmp); in rt2661_bbp_write()
1711 if (!(RAL_READ(sc, RT2661_PHY_CSR3) & RT2661_BBP_BUSY)) in rt2661_bbp_read()
1721 RAL_WRITE(sc, RT2661_PHY_CSR3, val); in rt2661_bbp_read()
1724 val = RAL_READ(sc, RT2661_PHY_CSR3); in rt2661_bbp_read()