Home
last modified time | relevance | path

Searched refs:Hi35xxI2cCmdregSet (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/common/platform/i2c/
H A Di2c_hi35xx.c270 static inline void Hi35xxI2cCmdregSet(const struct Hi35xxI2cCntlr *hi35xx, unsigned int cmd, unsigned int *offset) in Hi35xxI2cCmdregSet() function
282 Hi35xxI2cCmdregSet(hi35xx, (td->index == 0) ? CMD_TX_S : CMD_TX_RS, &offset); in Hi35xxI2cCfgCmd()
285 Hi35xxI2cCmdregSet(hi35xx, CMD_TX_D1_2, &offset); in Hi35xxI2cCfgCmd()
287 Hi35xxI2cCmdregSet(hi35xx, CMD_TX_D1_1, &offset); in Hi35xxI2cCfgCmd()
290 Hi35xxI2cCmdregSet(hi35xx, CMD_TX_D1_1, &offset); in Hi35xxI2cCfgCmd()
293 Hi35xxI2cCmdregSet(hi35xx, (msg->flags & I2C_FLAG_IGNORE_NO_ACK) ? CMD_IGN_ACK : CMD_RX_ACK, &offset); in Hi35xxI2cCfgCmd()
298 Hi35xxI2cCmdregSet(hi35xx, CMD_RX_FIFO, &offset); in Hi35xxI2cCfgCmd()
299 Hi35xxI2cCmdregSet(hi35xx, CMD_TX_ACK, &offset); in Hi35xxI2cCfgCmd()
300 Hi35xxI2cCmdregSet(hi35xx, CMD_JMP1, &offset); in Hi35xxI2cCfgCmd()
302 Hi35xxI2cCmdregSet(hi35x in Hi35xxI2cCfgCmd()
[all...]

Completed in 1 milliseconds