HomeSort by: relevance | last modified time | path
    Searched refs:RT2661_MCU_CNTL_CSR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
rt2661reg.h 36 #define RT2661_MCU_CNTL_CSR 0x000c
rt2661.c 2790 RAL_WRITE(sc, RT2661_MCU_CNTL_CSR, RT2661_MCU_RESET);
2798 RAL_WRITE(sc, RT2661_MCU_CNTL_CSR, RT2661_MCU_RESET | RT2661_MCU_SEL);
2800 RAL_WRITE(sc, RT2661_MCU_CNTL_CSR, RT2661_MCU_RESET);
2803 RAL_WRITE(sc, RT2661_MCU_CNTL_CSR, 0);
2807 if (RAL_READ(sc, RT2661_MCU_CNTL_CSR) & RT2661_MCU_READY)

Completed in 15 milliseconds