Home
last modified time | relevance | path

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

/freebsd/sys/dev/ral/
H A Drt2560reg.h266 #define RT2560_BBP_BUSY (1 << 15) macro
H A Drt2560.c1951 if (!(RAL_READ(sc, RT2560_BBPCSR) & RT2560_BBP_BUSY)) in rt2560_bbp_write()
1960 tmp = RT2560_BBP_WRITE | RT2560_BBP_BUSY | reg << 8 | val; in rt2560_bbp_write()
1973 if (!(RAL_READ(sc, RT2560_BBPCSR) & RT2560_BBP_BUSY)) in rt2560_bbp_read()
1982 val = RT2560_BBP_BUSY | reg << 8; in rt2560_bbp_read()
1987 if (!(val & RT2560_BBP_BUSY)) in rt2560_bbp_read()