Searched refs:RTW_CONFIG3 (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/cardbus/
H A Dif_rtw_cardbus.c188 reg = RTW_READ(regs, RTW_CONFIG3);
190 RTW_WRITE(regs, RTW_CONFIG3, reg | RTW_CONFIG3_FUNCREGEN);
192 RTW_WRITE(regs, RTW_CONFIG3, reg & ~RTW_CONFIG3_FUNCREGEN);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Drtwreg.h469 #define RTW_CONFIG3 0x59 /* Configuration Register 3, 8b */ macro
H A Drtw.c325 PRINTREG8(regs, RTW_CONFIG3);
457 RTW_WBW(regs, RTW_9346CR, MAX(RTW_CONFIG0, RTW_CONFIG3));
470 cfg3 = RTW_READ8(regs, RTW_CONFIG3);
476 RTW_WRITE8(regs, RTW_CONFIG3, cfg3);
477 RTW_SYNC(regs, RTW_CONFIG3, RTW_CONFIG3);

Completed in 66 milliseconds