Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/i2c/busses/
Di2c-gxp.c52 #define MASTER_EVT_CLR 0x80 macro
198 writeb(MASTER_EVT_CLR | STOP_CMD, drvdata->base + GXP_I2CMCMD); in gxp_i2c_stop()
214 value |= MASTER_EVT_CLR | RW_CMD | START_CMD; in gxp_i2c_restart()
217 value |= MASTER_EVT_CLR | START_CMD; in gxp_i2c_restart()
250 writeb(MASTER_EVT_CLR | RW_CMD, in gxp_i2c_chk_addr_ack()
254 writeb(MASTER_EVT_CLR | MASTER_ACK_ENAB | in gxp_i2c_chk_addr_ack()
269 value |= MASTER_EVT_CLR; in gxp_i2c_chk_addr_ack()
307 writeb(MASTER_EVT_CLR | RW_CMD, in gxp_i2c_ack_data()
311 writeb(MASTER_EVT_CLR | MASTER_ACK_ENAB | in gxp_i2c_ack_data()
350 value |= MASTER_EVT_CLR; in gxp_i2c_chk_data_ack()
[all …]