Searched refs:RT2661_BBP_BUSY (Results 1 – 2 of 2) sorted by relevance
190 #define RT2661_BBP_BUSY (1 << 16) macro
2149 if (!(RT2661_READ(sc, RT2661_PHY_CSR3) & RT2661_BBP_BUSY)) in rt2661_bbp_read()2159 val = RT2661_BBP_BUSY | RT2661_BBP_READ | reg << 8; in rt2661_bbp_read()2164 if (!(val & RT2661_BBP_BUSY)) in rt2661_bbp_read()2219 if (!(RT2661_READ(sc, RT2661_PHY_CSR3) & RT2661_BBP_BUSY)) in rt2661_bbp_write()2229 tmp = RT2661_BBP_BUSY | (reg & 0x7f) << 8 | val; in rt2661_bbp_write()