Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxpvar.h231 #define FXP_FLAG_WRITE_ALIGN 0x0004 /* end write on cacheline */ macro
H A Dif_fxp.c2367 cbp->end_wr_on_cl = sc->flags & FXP_FLAG_WRITE_ALIGN ? 1 : 0; in fxp_init_body()