Searched defs:WRITERAP (Results 1 – 1 of 1) sorted by relevance
46 #define WRITERAP(lp,x) out_be16(lp->base + LANCE_RAP, (x)) macro60 #define WRITERAP(lp,x) (lp->writerap(lp,x)) macro67 static inline void WRITERAP(struct lance_private *lp, __u16 value) in WRITERAP() function