Searched refs:XP_ECC_IER (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-dev.c | 777 XP_SET_BITS(ecc_ier, XP_ECC_IER, TX_DED, 1); in xgbe_enable_ecc_interrupts() 778 XP_SET_BITS(ecc_ier, XP_ECC_IER, TX_SEC, 1); in xgbe_enable_ecc_interrupts() 779 XP_SET_BITS(ecc_ier, XP_ECC_IER, RX_DED, 1); in xgbe_enable_ecc_interrupts() 780 XP_SET_BITS(ecc_ier, XP_ECC_IER, RX_SEC, 1); in xgbe_enable_ecc_interrupts() 784 XP_IOWRITE(pdata, XP_ECC_IER, ecc_ier); in xgbe_enable_ecc_interrupts() 791 ecc_ier = XP_IOREAD(pdata, XP_ECC_IER); in xgbe_disable_ecc_ded() 794 XP_SET_BITS(ecc_ier, XP_ECC_IER, TX_DED, 0); in xgbe_disable_ecc_ded() 795 XP_SET_BITS(ecc_ier, XP_ECC_IER, RX_DED, 0); in xgbe_disable_ecc_ded() 798 XP_IOWRITE(pdata, XP_ECC_IER, ecc_ier); in xgbe_disable_ecc_ded() 806 ecc_ier = XP_IOREAD(pdata, XP_ECC_IER); in xgbe_disable_ecc_sec() [all …]
|
| H A D | xgbe-common.h | 962 #define XP_ECC_IER 0x0034 macro
|
| H A D | xgbe-drv.c | 414 ecc_isr &= XP_IOREAD(pdata, XP_ECC_IER); in xgbe_ecc_isr_bh_work()
|