Home
last modified time | relevance | path

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

/netbsd/sys/arch/sandpoint/stand/altboot/
H A Drge.c66 #define T0_LS 0x10000000 /* last descriptor */ macro
252 txd->xd0 |= htole32(T0_OWN | T0_FS | T0_LS | (len & T0_FRMASK)); in rge_send()
/netbsd/sys/arch/arm/sociox/
H A Dif_scx.c92 #define T0_LS (1U<<8) /* last segment of frame */ macro
1455 sc->sc_txdescs[lasttx].t0 |= htole32(T0_LS); in scx_start()