Lines Matching refs:XP_ECC_IER
670 XP_SET_BITS(ecc_ier, XP_ECC_IER, TX_DED, 1); in xgbe_enable_ecc_interrupts()
671 XP_SET_BITS(ecc_ier, XP_ECC_IER, TX_SEC, 1); in xgbe_enable_ecc_interrupts()
672 XP_SET_BITS(ecc_ier, XP_ECC_IER, RX_DED, 1); in xgbe_enable_ecc_interrupts()
673 XP_SET_BITS(ecc_ier, XP_ECC_IER, RX_SEC, 1); in xgbe_enable_ecc_interrupts()
674 XP_SET_BITS(ecc_ier, XP_ECC_IER, DESC_DED, 1); in xgbe_enable_ecc_interrupts()
675 XP_SET_BITS(ecc_ier, XP_ECC_IER, DESC_SEC, 1); in xgbe_enable_ecc_interrupts()
677 XP_IOWRITE(pdata, XP_ECC_IER, ecc_ier); in xgbe_enable_ecc_interrupts()
684 ecc_ier = XP_IOREAD(pdata, XP_ECC_IER); in xgbe_disable_ecc_ded()
687 XP_SET_BITS(ecc_ier, XP_ECC_IER, TX_DED, 0); in xgbe_disable_ecc_ded()
688 XP_SET_BITS(ecc_ier, XP_ECC_IER, RX_DED, 0); in xgbe_disable_ecc_ded()
689 XP_SET_BITS(ecc_ier, XP_ECC_IER, DESC_DED, 0); in xgbe_disable_ecc_ded()
691 XP_IOWRITE(pdata, XP_ECC_IER, ecc_ier); in xgbe_disable_ecc_ded()
699 ecc_ier = XP_IOREAD(pdata, XP_ECC_IER); in xgbe_disable_ecc_sec()
704 XP_SET_BITS(ecc_ier, XP_ECC_IER, TX_SEC, 0); in xgbe_disable_ecc_sec()
707 XP_SET_BITS(ecc_ier, XP_ECC_IER, RX_SEC, 0); in xgbe_disable_ecc_sec()
710 XP_SET_BITS(ecc_ier, XP_ECC_IER, DESC_SEC, 0); in xgbe_disable_ecc_sec()
714 XP_IOWRITE(pdata, XP_ECC_IER, ecc_ier); in xgbe_disable_ecc_sec()