HomeSort by: relevance | last modified time | path
    Searched defs:rtw_io_enable (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
rtw.c 100 static void rtw_io_enable(struct rtw_softc *, uint8_t, int);
612 rtw_io_enable(sc, RTW_CR_RE | RTW_CR_TE, 0);
614 rtw_io_enable(sc, RTW_CR_RE | RTW_CR_TE,
1403 rtw_io_enable(struct rtw_softc *sc, uint8_t flags, int enable) function in typeref:typename:void
2296 rtw_io_enable(sc, RTW_CR_RE | RTW_CR_TE, 0);
2531 rtw_io_enable(sc, RTW_CR_RE | RTW_CR_TE, 0);
2546 rtw_io_enable(sc, RTW_CR_RE | RTW_CR_TE, 1);
2833 rtw_io_enable(sc, RTW_CR_RE | RTW_CR_TE, 1);
3598 rtw_io_enable(sc, RTW_CR_RE | RTW_CR_TE, 0);
3600 rtw_io_enable(sc, RTW_CR_RE | RTW_CR_TE, 1)
    [all...]

Completed in 13 milliseconds