sys/dev/ic/rtw.c
1057
cr = RTW_READ8(regs, RTW_CR);
sys/dev/ic/rtw.c
1478
if ((RTW_READ8(&sc->sc_regs, RTW_TPPOLL) & RTW_TPPOLL_BQ) == 0){
sys/dev/ic/rtw.c
2246
msr = RTW_READ8(&sc->sc_regs, RTW_MSR) & ~RTW_MSR_NETYPE_MASK;
sys/dev/ic/rtw.c
2450
cfg0 = RTW_READ8(regs, RTW_CONFIG0);
sys/dev/ic/rtw.c
2454
cfg1 = RTW_READ8(regs, RTW_CONFIG1);
sys/dev/ic/rtw.c
2544
val = RTW_READ8(regs, ofs);
sys/dev/ic/rtw.c
3271
tppoll = RTW_READ8(&sc->sc_regs, RTW_TPPOLL);
sys/dev/ic/rtw.c
3299
(RTW_READ8(regs, RTW_TPPOLL) & RTW_TPPOLL_ACTIVE) != 0; active++)
sys/dev/ic/rtw.c
3494
tppoll = RTW_READ8(&sc->sc_regs, RTW_TPPOLL);
sys/dev/ic/rtw.c
374
ecr = RTW_READ8(regs, RTW_9346CR);
sys/dev/ic/rtw.c
392
cfg3 = RTW_READ8(regs, RTW_CONFIG3);
sys/dev/ic/rtw.c
429
if ((cr = RTW_READ8(regs, RTW_CR) & RTW_CR_RST) == 0) {
sys/dev/ic/rtw.c
464
ecr = RTW_READ8(regs, RTW_9346CR);
sys/dev/ic/rtw.c
472
ecr = RTW_READ8(regs, RTW_9346CR);
sys/dev/ic/rtw.c
4796
page = RTW_READ8(regs, RTW_PSR);
sys/dev/ic/rtw.c
499
config1 = RTW_READ8(&sc->sc_regs, RTW_CONFIG1);
sys/dev/ic/rtw.c
644
ecr = RTW_READ8(regs, RTW_9346CR);
sys/dev/ic/rtw.c
727
cfg4 = RTW_READ8(regs, RTW_CONFIG4) & ~RTW_CONFIG4_RFTYPE_MASK;
sys/dev/ic/rtw.c
754
RTW_READ8(regs, RTW_CONFIG4)));
sys/dev/ic/rtw.c
760
u_int8_t cfg0 = RTW_READ8(regs, RTW_CONFIG0);