Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-gxp.c51 #define MASTER_EVT_CLR 0x80 macro
197 writeb(MASTER_EVT_CLR | STOP_CMD, drvdata->base + GXP_I2CMCMD); in gxp_i2c_stop()
213 value |= MASTER_EVT_CLR | RW_CMD | START_CMD; in gxp_i2c_restart()
216 value |= MASTER_EVT_CLR | START_CMD; in gxp_i2c_restart()
249 writeb(MASTER_EVT_CLR | RW_CMD, in gxp_i2c_chk_addr_ack()
253 writeb(MASTER_EVT_CLR | MASTER_ACK_ENAB | in gxp_i2c_chk_addr_ack()
268 value |= MASTER_EVT_CLR; in gxp_i2c_chk_addr_ack()
306 writeb(MASTER_EVT_CLR | RW_CMD, in gxp_i2c_ack_data()
310 writeb(MASTER_EVT_CLR | MASTER_ACK_ENAB | in gxp_i2c_ack_data()
349 value |= MASTER_EVT_CLR; in gxp_i2c_chk_data_ack()
[all …]