Searched refs:WRITERAP (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/net/ |
D | 7990.c | 46 #define WRITERAP(lp,x) out_be16(lp->base + LANCE_RAP, (x)) macro 53 #undef WRITERAP 60 #define WRITERAP(lp,x) (lp->writerap(lp,x)) macro 67 static inline void WRITERAP(struct lance_private *lp, __u16 value) in WRITERAP() function 124 WRITERAP(lp, LE_CSR1); /* load address of init block */ in load_csrs() 126 WRITERAP(lp, LE_CSR2); in load_csrs() 128 WRITERAP(lp, LE_CSR3); in load_csrs() 132 WRITERAP(lp, LE_CSR0); in load_csrs() 234 WRITERAP(lp, LE_CSR0); in init_restart_lance() 260 WRITERAP(lp, LE_CSR0); in lance_reset() [all …]
|