Searched refs:XI2C_IOWRITE_BITS (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-i2c.c | 149 XI2C_IOWRITE_BITS(pdata, IC_ENABLE, EN, 1); in xgbe_i2c_abort() 152 XI2C_IOWRITE_BITS(pdata, IC_ENABLE, ABORT, 1); in xgbe_i2c_abort() 170 XI2C_IOWRITE_BITS(pdata, IC_ENABLE, EN, mode); in xgbe_i2c_set_enable() 243 XI2C_IOWRITE_BITS(pdata, IC_INTR_MASK, TX_EMPTY, 0); in xgbe_i2c_write()
|
D | xgbe-common.h | 1730 #define XI2C_IOWRITE_BITS(_pdata, _reg, _field, _val) \ macro
|