Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Dsmbus.c1211 SMBUS_PRINT((PRT_WR, "smbus_wr: addr = %x resid = %d\n", in smbus_wr()
1228 SMBUS_PRINT((PRT_WR, "smbus_wr: send one byte:" in smbus_wr()
1238 SMBUS_PRINT((PRT_WR, "smbus_wr: send two bytes:" in smbus_wr()
1253 SMBUS_PRINT((PRT_WR, "smbus_wr: send multiple bytes: ")); in smbus_wr()
1254 SMBUS_PRINT((PRT_WR, "%x ", a)); in smbus_wr()
1259 SMBUS_PRINT((PRT_WR, "%x ", a)); in smbus_wr()
1271 SMBUS_PRINT((PRT_WR, "\n")); in smbus_wr()
/illumos-gate/usr/src/uts/sun4u/sys/i2c/nexus/
H A Dsmbus.h203 #define PRT_WR 0x02 macro