Home
last modified time | relevance | path

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

/system/tpm/trunks/ftdi/
Dsupport.c116 total_size = size + (CMD_SIZE * num_blocks); in build_block_buffer()
120 total_size += (CMD_SIZE * 3 * num_blocks); in build_block_buffer()
206 char buf[CMD_SIZE] = {0}; in set_bits_low()
217 char buf[CMD_SIZE] = {0}; in set_bits_high()
Dmpsse.c260 uint8_t buf[CMD_SIZE] = {0}; in SetMode()
261 uint8_t setup_commands[CMD_SIZE * MAX_SETUP_COMMANDS] = {0}; in SetMode()
409 uint8_t buf[CMD_SIZE] = {0}; in SetClock()
1142 uint8_t cmd[CMD_SIZE] = {0}; in Tristate()
Dmpsse.h45 #define CMD_SIZE 3 macro
/system/core/fastboot/
Dengine.cpp52 #define CMD_SIZE 64 macro
58 char cmd[CMD_SIZE];