Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Di82557var.h223 #define FXPF_WRITE_ALIGN 0x0040 /* end write on cacheline */ macro
Di82557.c1782 cbp->end_wr_on_cl = (sc->sc_flags & FXPF_WRITE_ALIGN) ? 1 : 0; in fxp_init()