Searched refs:IC_CON (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/axgbe/ |
| H A D | xgbe-i2c.c | 341 reg = XI2C_IOREAD(pdata, IC_CON); in xgbe_i2c_set_mode() 342 XI2C_SET_BITS(reg, IC_CON, MASTER_MODE, 1); in xgbe_i2c_set_mode() 343 XI2C_SET_BITS(reg, IC_CON, SLAVE_DISABLE, 1); in xgbe_i2c_set_mode() 344 XI2C_SET_BITS(reg, IC_CON, RESTART_EN, 1); in xgbe_i2c_set_mode() 345 XI2C_SET_BITS(reg, IC_CON, SPEED, XGBE_STD_SPEED); in xgbe_i2c_set_mode() 346 XI2C_SET_BITS(reg, IC_CON, RX_FIFO_FULL_HOLD, 1); in xgbe_i2c_set_mode() 347 XI2C_IOWRITE(pdata, IC_CON, reg); in xgbe_i2c_set_mode()
|
| H A D | xgbe-common.h | 1125 #define IC_CON 0x0000 macro
|