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