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

/freebsd-9.3-release/sys/dev/ral/
H A Drt2661reg.h37 #define RT2661_MCU_CNTL_CSR 0x000c macro
H A Drt2661.c2536 RAL_WRITE(sc, RT2661_MCU_CNTL_CSR, RT2661_MCU_RESET);
2544 RAL_WRITE(sc, RT2661_MCU_CNTL_CSR, RT2661_MCU_RESET | RT2661_MCU_SEL);
2546 RAL_WRITE(sc, RT2661_MCU_CNTL_CSR, RT2661_MCU_RESET);
2549 RAL_WRITE(sc, RT2661_MCU_CNTL_CSR, 0);
2553 if (RAL_READ(sc, RT2661_MCU_CNTL_CSR) & RT2661_MCU_READY)

Completed in 82 milliseconds