Searched refs:RTW_WRITE8 (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Drtw.c460 RTW_WRITE8(regs, RTW_9346CR, ecr);
476 RTW_WRITE8(regs, RTW_CONFIG3, cfg3);
502 RTW_WRITE8(regs, RTW_CR, RTW_CR_RST);
600 RTW_WRITE8(regs, RTW_TPPOLL, tppoll);
685 RTW_WRITE8(regs, RTW_PSR, psr & ~RTW_PSR_PSEN);
698 RTW_WRITE8(regs, RTW_PSR, psr);
700 RTW_WRITE8(regs, RTW_SCR, scr);
714 RTW_WRITE8(regs, RTW_9346CR, ecr);
748 RTW_WRITE8(&sc->sc_regs, RTW_CONFIG1, config1 & ~RTW_CONFIG1_PMEN);
962 RTW_WRITE8(reg
[all...]
H A Drtwreg.h979 #define RTW_WRITE8(regs, ofs, val) \ macro

Completed in 57 milliseconds