sys/dev/ic/rtw.c
1411
cr = RTW_READ8(regs, RTW_CR);
sys/dev/ic/rtw.c
1424
RTW_RBW(regs, RTW_CR, RTW_CR); /* XXX paranoia? */
sys/dev/ic/rtw.c
1429
RTW_WRITE8(regs, RTW_CR, cr);
sys/dev/ic/rtw.c
1430
RTW_SYNC(regs, RTW_CR, RTW_CR);
sys/dev/ic/rtw.c
315
PRINTREG8(regs, RTW_CR);
sys/dev/ic/rtw.c
498
RTW_WRITE8(regs, RTW_CR, RTW_CR_RST);
sys/dev/ic/rtw.c
500
RTW_WBR(regs, RTW_CR, RTW_CR);
sys/dev/ic/rtw.c
503
if ((cr = RTW_READ8(regs, RTW_CR) & RTW_CR_RST) == 0) {
sys/dev/ic/rtw.c
508
RTW_RBR(regs, RTW_CR, RTW_CR);
sys/dev/ic/rtw.c
527
RTW_WBW(regs, RTW_CR, RTW_TCR);