Lines Matching refs:Hi35xxI2cCmdregSet
270 static inline void Hi35xxI2cCmdregSet(const struct Hi35xxI2cCntlr *hi35xx, unsigned int cmd, unsigned int *offset)
282 Hi35xxI2cCmdregSet(hi35xx, (td->index == 0) ? CMD_TX_S : CMD_TX_RS, &offset);
285 Hi35xxI2cCmdregSet(hi35xx, CMD_TX_D1_2, &offset);
287 Hi35xxI2cCmdregSet(hi35xx, CMD_TX_D1_1, &offset);
290 Hi35xxI2cCmdregSet(hi35xx, CMD_TX_D1_1, &offset);
293 Hi35xxI2cCmdregSet(hi35xx, (msg->flags & I2C_FLAG_IGNORE_NO_ACK) ? CMD_IGN_ACK : CMD_RX_ACK, &offset);
298 Hi35xxI2cCmdregSet(hi35xx, CMD_RX_FIFO, &offset);
299 Hi35xxI2cCmdregSet(hi35xx, CMD_TX_ACK, &offset);
300 Hi35xxI2cCmdregSet(hi35xx, CMD_JMP1, &offset);
302 Hi35xxI2cCmdregSet(hi35xx, CMD_RX_FIFO, &offset);
303 Hi35xxI2cCmdregSet(hi35xx, CMD_TX_NACK, &offset);
307 Hi35xxI2cCmdregSet(hi35xx, CMD_UP_TXF, &offset);
308 Hi35xxI2cCmdregSet(hi35xx, CMD_TX_FIFO, &offset);
310 Hi35xxI2cCmdregSet(hi35xx, (msg->flags & I2C_FLAG_IGNORE_NO_ACK) ? CMD_IGN_ACK : CMD_RX_ACK, &offset);
311 Hi35xxI2cCmdregSet(hi35xx, CMD_JMP1, &offset);
317 Hi35xxI2cCmdregSet(hi35xx, CMD_TX_P, &offset);
320 Hi35xxI2cCmdregSet(hi35xx, CMD_EXIT, &offset);