Home
last modified time | relevance | path

Searched refs:RTW_CONFIG1 (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/ic/
H A Drtwreg.h344 #define RTW_CONFIG1 0x52 /* Configuration Register 1, 8b */ macro
H A Drtw.c318 PRINTREG8(regs, RTW_CONFIG1); in rtw_print_regs()
743 config1 = RTW_READ8(&sc->sc_regs, RTW_CONFIG1); in rtw_reset()
744 RTW_WRITE8(&sc->sc_regs, RTW_CONFIG1, config1 & ~RTW_CONFIG1_PMEN); in rtw_reset()
2866 cfg1 = RTW_READ8(regs, RTW_CONFIG1); in rtw_led_init()
2872 RTW_WRITE8(regs, RTW_CONFIG1, cfg1); in rtw_led_init()