Lines Matching refs:XP_SET_BITS
765 XP_SET_BITS(ecc_ier, XP_ECC_IER, TX_DED, 1); in xgbe_enable_ecc_interrupts()
766 XP_SET_BITS(ecc_ier, XP_ECC_IER, TX_SEC, 1); in xgbe_enable_ecc_interrupts()
767 XP_SET_BITS(ecc_ier, XP_ECC_IER, RX_DED, 1); in xgbe_enable_ecc_interrupts()
768 XP_SET_BITS(ecc_ier, XP_ECC_IER, RX_SEC, 1); in xgbe_enable_ecc_interrupts()
769 XP_SET_BITS(ecc_ier, XP_ECC_IER, DESC_DED, 1); in xgbe_enable_ecc_interrupts()
770 XP_SET_BITS(ecc_ier, XP_ECC_IER, DESC_SEC, 1); in xgbe_enable_ecc_interrupts()
782 XP_SET_BITS(ecc_ier, XP_ECC_IER, TX_DED, 0); in xgbe_disable_ecc_ded()
783 XP_SET_BITS(ecc_ier, XP_ECC_IER, RX_DED, 0); in xgbe_disable_ecc_ded()
784 XP_SET_BITS(ecc_ier, XP_ECC_IER, DESC_DED, 0); in xgbe_disable_ecc_ded()
799 XP_SET_BITS(ecc_ier, XP_ECC_IER, TX_SEC, 0); in xgbe_disable_ecc_sec()
802 XP_SET_BITS(ecc_ier, XP_ECC_IER, RX_SEC, 0); in xgbe_disable_ecc_sec()
805 XP_SET_BITS(ecc_ier, XP_ECC_IER, DESC_SEC, 0); in xgbe_disable_ecc_sec()