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

  /src/sys/dev/ic/
wireg.h 173 #define WI_DATA0 0x36
wi.c 2979 CSR_READ_MULTI_STREAM_2(sc, WI_DATA0, (uint16_t *)buf, cnt);
3000 CSR_WRITE_MULTI_STREAM_2(sc, WI_DATA0, (uint16_t *)buf, cnt);
3018 CSR_WRITE_2(sc, WI_DATA0, 0x1234);
3019 CSR_WRITE_2(sc, WI_DATA0, 0x5678);
3022 if (CSR_READ_2(sc, WI_DATA0) != 0x1234 ||
3023 CSR_READ_2(sc, WI_DATA0) != 0x5678) {

Completed in 15 milliseconds