Searched refs:XP_ECC_ISR (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-drv.c | 304 ecc_isr = XP_IOREAD(pdata, XP_ECC_ISR); in xgbe_ecc_isr_bh_work() 308 if (XP_GET_BITS(ecc_isr, XP_ECC_ISR, TX_DED)) { in xgbe_ecc_isr_bh_work() 313 if (XP_GET_BITS(ecc_isr, XP_ECC_ISR, RX_DED)) { in xgbe_ecc_isr_bh_work() 318 if (XP_GET_BITS(ecc_isr, XP_ECC_ISR, DESC_DED)) { in xgbe_ecc_isr_bh_work() 330 if (XP_GET_BITS(ecc_isr, XP_ECC_ISR, TX_SEC)) { in xgbe_ecc_isr_bh_work() 336 if (XP_GET_BITS(ecc_isr, XP_ECC_ISR, RX_SEC)) in xgbe_ecc_isr_bh_work() 341 if (XP_GET_BITS(ecc_isr, XP_ECC_ISR, DESC_SEC)) in xgbe_ecc_isr_bh_work() 348 XP_IOWRITE(pdata, XP_ECC_ISR, ecc_isr); in xgbe_ecc_isr_bh_work()
|
| A D | xgbe-common.h | 875 #define XP_ECC_ISR 0x0030 macro
|
| A D | xgbe-dev.c | 666 ecc_isr = XP_IOREAD(pdata, XP_ECC_ISR); in xgbe_enable_ecc_interrupts() 667 XP_IOWRITE(pdata, XP_ECC_ISR, ecc_isr); in xgbe_enable_ecc_interrupts()
|
Completed in 21 milliseconds