Home
last modified time | relevance | path

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

/drivers/net/
D7990.c47 #define WRITERAP(lp,x) out_be16(lp->base + LANCE_RAP, (x)) macro
54 #undef WRITERAP
61 #define WRITERAP(lp,x) (lp->writerap(lp,x)) macro
68 static inline void WRITERAP(struct lance_private *lp, __u16 value) in WRITERAP() function
125 WRITERAP(lp, LE_CSR1); /* load address of init block */ in load_csrs()
127 WRITERAP(lp, LE_CSR2); in load_csrs()
129 WRITERAP(lp, LE_CSR3); in load_csrs()
133 WRITERAP(lp, LE_CSR0); in load_csrs()
235 WRITERAP(lp, LE_CSR0); in init_restart_lance()
261 WRITERAP(lp, LE_CSR0); in lance_reset()
[all …]