Searched defs:smbus_put (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Dsmbus.c71 static void smbus_put(smbus_t *smbus, uint8_t reg, uint8_t data, uint8_t flags);
376 smbus_put(smbus, SMB_STS, 0xff, SMBUS_FLUSH);
393 smbus_put(smbus, SMB_STS, 0xff, SMBUS_FLUSH);
734 smbus_put(smbus_t *smbus, uint8_t reg, uint8_t data, uint8_t flags) function
743 SMBUS_PRINT((PRT_PUT, "smbus_put: addr = %p data = %x\n",
790 smbus_put(smbus, SMB_STS, 0xff, SMBUS_FLUSH);
839 smbus_put(smbus, SMB_TYP, KILL, SMBUS_FLUSH);
844 smbus_put(smbus, SMB_TYP, T_OUT, SMBUS_FLUSH);
1110 smbus_put(smbus, SMB_STS, 0xff, SMBUS_FLUSH);
1112 smbus_put(smbu
[all...]

Completed in 46 milliseconds