Home
last modified time | relevance | path

Searched refs:XGE_HAL_I2C_CONTROL_CNTL_END (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-mgmt.c897 if (XGE_HAL_I2C_CONTROL_CNTL_END(val64)) { in xge_hal_read_eeprom()
941 if (XGE_HAL_I2C_CONTROL_CNTL_END(val64)) { in xge_hal_write_eeprom()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-regs.h357 #define XGE_HAL_I2C_CONTROL_CNTL_END(val) (val & vBIT(0x1,28,4)) macro