Searched refs:TRE_I2C_GO_CMD (Results 1 – 1 of 1) sorted by relevance
62 #define TRE_I2C_GO_CMD GENMASK(4, 0)1667 tre->dword[0] = u32_encode_bits(I2C_READ, TRE_I2C_GO_CMD); in gpi_create_i2c_tre() 1669 tre->dword[0] = u32_encode_bits(i2c->op, TRE_I2C_GO_CMD); in gpi_create_i2c_tre() 61 #define TRE_I2C_GO_CMD global() macro