Lines Matching refs:MASTER_EVT_CLR
52 #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()
503 writeb(MASTER_EVT_CLR, drvdata->base + GXP_I2CMCMD); in gxp_i2c_init()