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

  /src/sys/dev/ic/
rtw.c 456 RTW_WRITE8(regs, RTW_9346CR, ecr);
472 RTW_WRITE8(regs, RTW_CONFIG3, cfg3);
498 RTW_WRITE8(regs, RTW_CR, RTW_CR_RST);
596 RTW_WRITE8(regs, RTW_TPPOLL, tppoll);
681 RTW_WRITE8(regs, RTW_PSR, psr & ~RTW_PSR_PSEN);
694 RTW_WRITE8(regs, RTW_PSR, psr);
696 RTW_WRITE8(regs, RTW_SCR, scr);
710 RTW_WRITE8(regs, RTW_9346CR, ecr);
744 RTW_WRITE8(&sc->sc_regs, RTW_CONFIG1, config1 & ~RTW_CONFIG1_PMEN);
959 RTW_WRITE8(regs, RTW_9346CR, ecr)
    [all...]
rtwreg.h 979 #define RTW_WRITE8(regs, ofs, val) \

Completed in 25 milliseconds