Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dmal.c222 u32 esr = get_mal_dcrn(mal, MAL_ESR); in mal_serr()
276 u32 r = get_mal_dcrn(mal, MAL_TXEOBISR); in mal_txeob()
296 u32 r = get_mal_dcrn(mal, MAL_RXEOBISR); in mal_rxeob()
316 u32 deir = get_mal_dcrn(mal, MAL_TXDEIR); in mal_txde()
334 u32 deir = get_mal_dcrn(mal, MAL_RXDEIR); in mal_rxde()
355 u32 esr = get_mal_dcrn(mal, MAL_ESR); in mal_int()
494 regs->cfg = get_mal_dcrn(mal, MAL_CFG); in mal_dump_regs()
495 regs->esr = get_mal_dcrn(mal, MAL_ESR); in mal_dump_regs()
496 regs->ier = get_mal_dcrn(mal, MAL_IER); in mal_dump_regs()
497 regs->tx_casr = get_mal_dcrn(mal, MAL_TXCASR); in mal_dump_regs()
[all …]
H A Dmal.h213 static inline u32 get_mal_dcrn(struct mal_instance *mal, int reg) in get_mal_dcrn() function