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

  /src/sys/dev/ic/
rtw.c 251 dvname, reg, RTW_READ8(regs, reg)))
448 ecr = RTW_READ8(regs, RTW_9346CR);
466 cfg3 = RTW_READ8(regs, RTW_CONFIG3);
503 if ((cr = RTW_READ8(regs, RTW_CR) & RTW_CR_RST) == 0) {
593 tppoll = RTW_READ8(regs, RTW_TPPOLL);
649 psr = RTW_READ8(regs, RTW_PSR);
650 scr = RTW_READ8(regs, RTW_SCR);
708 ecr = RTW_READ8(regs, RTW_9346CR);
716 ecr = RTW_READ8(regs, RTW_9346CR);
743 config1 = RTW_READ8(&sc->sc_regs, RTW_CONFIG1)
    [all...]
rtwreg.h 970 #define RTW_READ8(regs, ofs) \

Completed in 23 milliseconds