Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560_reg.h285 #define RT2560_RF_BUSY ((uint32_t)1 << 31) macro
H A Drt2560.c304 if (!(RAL_READ(sc, RT2560_RFCSR) & RT2560_RF_BUSY)) in rt2560_rf_write()
313 tmp = RT2560_RF_BUSY | RT2560_RF_20BIT | (val & 0xfffff) << 2 | in rt2560_rf_write()