Searched refs:RT2573_BBP_BUSY (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_rumreg.h187 #define RT2573_BBP_BUSY (1 << 16) macro
H A Dif_rum.c1901 if (!(rum_read(sc, RT2573_PHY_CSR3) & RT2573_BBP_BUSY))
1924 tmp = RT2573_BBP_BUSY | (reg & 0x7f) << 8 | val;
1941 val = RT2573_BBP_BUSY | RT2573_BBP_READ | reg << 8;
1946 if (!(val & RT2573_BBP_BUSY))

Completed in 89 milliseconds