Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/amd/
D7990.c44 #define WRITERAP(lp, x) out_be16(lp->base + LANCE_RAP, (x)) macro
51 #undef WRITERAP
58 #define WRITERAP(lp, x) (lp->writerap(lp, x)) macro
65 static inline void WRITERAP(struct lance_private *lp, __u16 value) in WRITERAP() function
122 WRITERAP(lp, LE_CSR1); /* load address of init block */ in load_csrs()
124 WRITERAP(lp, LE_CSR2); in load_csrs()
126 WRITERAP(lp, LE_CSR3); in load_csrs()
130 WRITERAP(lp, LE_CSR0); in load_csrs()
232 WRITERAP(lp, LE_CSR0); in init_restart_lance()
258 WRITERAP(lp, LE_CSR0); in lance_reset()
[all …]