Home
last modified time | relevance | path

Searched refs:RT2860_TX_LS0 (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ic/
H A Dmtwreg.h747 #define RT2860_TX_LS0 (1 << 14) /* SDP0 is the last segment */ macro
H A Drt2860reg.h839 #define RT2860_TX_LS0 (1 << 14) /* SDP0 is the last segment */ macro
H A Drt2860.c1707 txd->sdl0 |= htole16(RT2860_TX_LS0); in rt2860_tx()