Searched refs:LPI2C_MTDR_CMD (Results 1 – 2 of 2) sorted by relevance
132 val = LPI2C_MTDR_CMD(0x1) | LPI2C_MTDR_DATA(len - 1); in bus_i2c_receive()177 val = LPI2C_MTDR_CMD(0x4) | (addr << 0x1) | dir; in bus_i2c_start()195 writel(LPI2C_MTDR_CMD(0x2), ®s->mtdr); in bus_i2c_stop()
310 #define LPI2C_MTDR_CMD(x) (((uint32_t)(((uint32_t)(x)) << LPI2C_MTDR_CMD_SHI… macro