Searched refs:WRITERAP (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/amd/ |
H A D | 7990.c | 45 #define WRITERAP(lp, x) out_be16(lp->base + LANCE_RAP, (x)) macro 52 #undef WRITERAP 59 #define WRITERAP(lp, x) (lp->writerap(lp, x)) macro 66 static inline void WRITERAP(struct lance_private *lp, __u16 value) in WRITERAP() function 123 WRITERAP(lp, LE_CSR1); /* load address of init block */ in load_csrs() 125 WRITERAP(lp, LE_CSR2); in load_csrs() 127 WRITERAP(lp, LE_CSR3); in load_csrs() 131 WRITERAP(lp, LE_CSR0); in load_csrs() 233 WRITERAP(lp, LE_CSR0); in init_restart_lance() 259 WRITERAP(lp, LE_CSR0); in lance_reset() [all …]
|