Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Drtw.c453 RTW_WBW(regs, RTW_9346CR, MAX(RTW_CONFIG0, RTW_CONFIG3)); in rtw_config0123_enable()
527 RTW_WBW(regs, RTW_CR, RTW_TCR); in rtw_chip_reset()
693 RTW_WBW(regs, RTW_DK0, RTW_PSR); in rtw_wep_setkeys()
695 RTW_WBW(regs, RTW_PSR, RTW_SCR); in rtw_wep_setkeys()
2179 RTW_WBW(regs, RTW_IMR, RTW_IMR); in rtw_intr()
2267 RTW_WBW(regs, RTW_IMR, RTW_IMR); in rtw_softintr()
2287 RTW_WBW(regs, RTW_TPPOLL, RTW_IMR); in rtw_stop()
2616 RTW_WBW(regs, RTW_IMR, RTW_ISR); in rtw_disable_interrupts()
2631 RTW_WBW(regs, RTW_IMR, RTW_ISR); in rtw_enable_interrupts()
2804 RTW_WBW(regs, RTW_MSR, RTW_BRSR); in rtw_init()
[all …]
Drtwvar.h137 #define RTW_WBW(regs, reg0, reg1) \ macro