Searched refs:SMBUS_FLUSH (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/ |
H A D | smbus.c | 376 smbus_put(smbus, SMB_STS, 0xff, SMBUS_FLUSH); in smbus_doattach() 393 smbus_put(smbus, SMB_STS, 0xff, SMBUS_FLUSH); in smbus_doattach() 750 if (flags & SMBUS_FLUSH) { in smbus_put() 790 smbus_put(smbus, SMB_STS, 0xff, SMBUS_FLUSH); in smbus_wait_idle() 839 smbus_put(smbus, SMB_TYP, KILL, SMBUS_FLUSH); in smbus_transfer() 844 smbus_put(smbus, SMB_TYP, T_OUT, SMBUS_FLUSH); in smbus_transfer() 1110 smbus_put(smbus, SMB_STS, 0xff, SMBUS_FLUSH); in smbus_intr_cmn() 1112 smbus_put(smbus, SMB_TYP, KILL, SMBUS_FLUSH); in smbus_intr_cmn() 1139 smbus_put(smbus, SMB_TYP, KILL, SMBUS_FLUSH); in smbus_intr_cmn() 1140 smbus_put(smbus, SMB_STS, 0xff, SMBUS_FLUSH); in smbus_intr_cmn() [all …]
|
/illumos-gate/usr/src/uts/sun4u/sys/i2c/nexus/ |
H A D | smbus.h | 107 #define SMBUS_FLUSH 0x01 macro
|