Searched refs:FXPF_WRITE_ALIGN (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/ic/ | ||
| D | i82557var.h | 223 #define FXPF_WRITE_ALIGN 0x0040 /* end write on cacheline */ macro |
| D | i82557.c | 1782 cbp->end_wr_on_cl = (sc->sc_flags & FXPF_WRITE_ALIGN) ? 1 : 0; in fxp_init() |