Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Drtwreg.h848 #define RTW_TXCTL0_LS __BIT(28) /* last segment */ macro
879 #define RTW_TXSTAT_LS RTW_TXCTL0_LS
H A Drtw.c3493 tdb->tdb_desc[ts->ts_last].td_ctl0 |= htole32(RTW_TXCTL0_LS); in rtw_start()