Searched refs:XP_SET_BITS (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-dev.c | 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() [all …]
|
| A D | xgbe-phy-v2.c | 472 XP_SET_BITS(mutex_id, XP_I2C_MUTEX, ID, phy_data->port_id); in xgbe_phy_get_comm_ownership() 473 XP_SET_BITS(mutex_id, XP_I2C_MUTEX, ACTIVE, 1); in xgbe_phy_get_comm_ownership() 2061 XP_SET_BITS(s0, XP_DRIVER_SCRATCH_0, COMMAND, cmd); in xgbe_phy_perform_ratechange() 2062 XP_SET_BITS(s0, XP_DRIVER_SCRATCH_0, SUB_COMMAND, sub_cmd); in xgbe_phy_perform_ratechange()
|
| A D | xgbe-common.h | 1597 #define XP_SET_BITS(_var, _prefix, _field, _val) \ macro
|
Completed in 23 milliseconds