Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Drtwreg.h1004 #define RTW_TXCTL0_RTSEN (1<<23) /* RTS Enable */ macro
H A Drtw.c3147 ctl0 |= RTW_TXCTL0_RTSEN; in rtw_start()
3151 ctl0 &= ~(RTW_TXCTL0_SPLCP | RTW_TXCTL0_RTSEN); in rtw_start()