Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ral/
H A Drt2661reg.h181 #define RT2661_BBP_BUSY (1 << 16) macro
H A Drt2661.c1794 if (!(RAL_READ(sc, RT2661_PHY_CSR3) & RT2661_BBP_BUSY)) in rt2661_bbp_write()
1803 tmp = RT2661_BBP_BUSY | (reg & 0x7f) << 8 | val; in rt2661_bbp_write()
1816 if (!(RAL_READ(sc, RT2661_PHY_CSR3) & RT2661_BBP_BUSY)) in rt2661_bbp_read()
1825 val = RT2661_BBP_BUSY | RT2661_BBP_READ | reg << 8; in rt2661_bbp_read()
1830 if (!(val & RT2661_BBP_BUSY)) in rt2661_bbp_read()