Searched refs:WRITERDP (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/amd/ |
H A D | 7990.c | 46 #define WRITERDP(lp, x) out_be16(lp->base + LANCE_RDP, (x)) macro 53 #undef WRITERDP 60 #define WRITERDP(lp, x) (lp->writerdp(lp, x)) macro 73 static inline void WRITERDP(struct lance_private *lp, __u16 value) in WRITERDP() function 124 WRITERDP(lp, leptr & 0xFFFF); in load_csrs() 126 WRITERDP(lp, leptr >> 16); in load_csrs() 128 WRITERDP(lp, lp->busmaster_regval); /* set byteswap/ALEctrl/byte ctrl */ in load_csrs() 234 WRITERDP(lp, LE_C0_INIT); in init_restart_lance() 247 WRITERDP(lp, LE_C0_IDON); in init_restart_lance() 248 WRITERDP(lp, LE_C0_INEA | LE_C0_STRT); in init_restart_lance() [all …]
|