Searched refs:set_mal_dcrn (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ibm_newemac/
H A Dmal.c99 set_mal_dcrn(mal, MAL_RCBS(channel), size >> 4);
124 set_mal_dcrn(mal, MAL_TXCASR,
132 set_mal_dcrn(mal, MAL_TXCARR, MAL_CHAN_MASK(channel));
153 set_mal_dcrn(mal, MAL_RXCASR,
169 set_mal_dcrn(mal, MAL_RXCARR, MAL_CHAN_MASK(channel));
208 set_mal_dcrn(mal, MAL_CFG, get_mal_dcrn(mal, MAL_CFG) | MAL_CFG_EOPIE);
214 set_mal_dcrn(mal, MAL_CFG, get_mal_dcrn(mal, MAL_CFG) & ~MAL_CFG_EOPIE);
226 set_mal_dcrn(mal, MAL_ESR, esr);
280 set_mal_dcrn(mal, MAL_TXEOBISR, r);
300 set_mal_dcrn(ma
[all...]
H A Dmal.h227 static inline void set_mal_dcrn(struct mal_instance *mal, int reg, u32 val) function

Completed in 56 milliseconds