Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/i2c/busses/
Di2c-gxp.c56 #define START_CMD 0x01 macro
107 value |= drvdata->curr_msg->flags & I2C_M_RD ? RW_CMD | START_CMD : START_CMD; in gxp_i2c_start()
214 value |= MASTER_EVT_CLR | RW_CMD | START_CMD; in gxp_i2c_restart()
217 value |= MASTER_EVT_CLR | START_CMD; in gxp_i2c_restart()
/linux-6.12.1/drivers/hwmon/
Dsbrmi.c24 #define START_CMD 0x80 macro
108 SBRMI_INBNDMSG7, START_CMD); in rmi_mailbox_xfer()