Searched refs:SMBUS_MSG_RW_MASK (Results 1 – 2 of 2) sorted by relevance
402 reg |= rw & SMBUS_MSG_RW_MASK; in pch_smbus_block_start()456 reg |= rw & SMBUS_MSG_RW_MASK; in pch_smbus_start()
253 #define SMBUS_MSG_RW_MASK BIT(0) macro