Lines Matching refs:XP_SET_BITS
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()
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()
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()