Searched refs:set_mal_dcrn (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/net/ethernet/ibm/emac/ |
| H A D | mal.c | 96 set_mal_dcrn(mal, MAL_RCBS(channel), size >> 4); in mal_set_rcbs() 121 set_mal_dcrn(mal, MAL_TXCASR, in mal_enable_tx_channel() 150 set_mal_dcrn(mal, MAL_RXCASR, in mal_enable_rx_channel() 225 set_mal_dcrn(mal, MAL_ESR, esr); in mal_serr() 281 set_mal_dcrn(mal, MAL_TXEOBISR, r); in mal_txeob() 301 set_mal_dcrn(mal, MAL_RXEOBISR, r); in mal_rxeob() 317 set_mal_dcrn(mal, MAL_TXDEIR, deir); in mal_txde() 347 set_mal_dcrn(mal, MAL_RXDEIR, deir); in mal_rxde() 466 set_mal_dcrn(mal, MAL_CFG, MAL_CFG_SR); in mal_reset() 609 set_mal_dcrn(mal, MAL_CFG, cfg); in mal_probe() [all …]
|
| H A D | mal.h | 218 static inline void set_mal_dcrn(struct mal_instance *mal, int reg, u32 val) in set_mal_dcrn() function
|