Searched refs:temp_write_buf (Results 1 – 1 of 1) sorted by relevance
1459 u8 temp_write_buf[THP7312_FLASH_MAX_REG_DATA_SIZE + 2]; in __thp7312_flash_reg_write() local1476 temp_write_buf[0] = 0xd5; in __thp7312_flash_reg_write()1477 temp_write_buf[1] = 0x00; in __thp7312_flash_reg_write()1478 memcpy((temp_write_buf + 2), write_buf, write_size); in __thp7312_flash_reg_write()1479 ret = thp7312_write_buf(thp7312, temp_write_buf, write_size + 2); in __thp7312_flash_reg_write()