Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/mentor/i2c/
Dmi2cv.c392 uint8_t off_block[2]; in mentor_i2c_target_offset_set() local
396 off_block[0] = (addr >> 8) & 0xff; in mentor_i2c_target_offset_set()
397 off_block[1] = addr & 0xff; in mentor_i2c_target_offset_set()
400 off_block[0] = addr & 0xff; in mentor_i2c_target_offset_set()
404 off_size, off_block[0], off_block[1]); in mentor_i2c_target_offset_set()
405 return mentor_i2c_data_transmit(off_block, off_size); in mentor_i2c_target_offset_set()