Searched refs:total_length (Results 1 – 5 of 5) sorted by relevance
/u-boot/drivers/tpm/ |
A D | tpm_tis_st33zp24_spi.c | 117 int total_length = 0, ret; in st33zp24_spi_write() local 125 tx_buf[total_length++] = tpm_register; in st33zp24_spi_write() 128 tx_buf[total_length++] = tpm_size >> 8; in st33zp24_spi_write() 129 tx_buf[total_length++] = tpm_size; in st33zp24_spi_write() 132 total_length += tpm_size; in st33zp24_spi_write() 136 total_length += phy->latency; in st33zp24_spi_write() 150 ret = rx_buf[total_length - 1]; in st33zp24_spi_write() 168 int total_length = 0, ret; in st33zp24_spi_read8_reg() local 176 tx_buf[total_length++] = LOCALITY0; in st33zp24_spi_read8_reg() 177 tx_buf[total_length++] = tpm_register; in st33zp24_spi_read8_reg() [all …]
|
/u-boot/scripts/ |
A D | build_OID_registry | 47 my $total_length = 0; 66 push @indices, $total_length; 67 $total_length += $size; 74 if ($total_length <= 255) { 82 print C_FILE "\t[OID__NR] = ", $total_length, "\n"; 134 print C_FILE "static const unsigned char oid_data[", $total_length, "] = {\n";
|
/u-boot/lib/libavb/ |
A D | avb_util.c | 333 uint64_t total_length; in avb_strdupv() local 337 total_length = 0; in avb_strdupv() 343 if (!avb_safe_add_to(&total_length, str_len)) { in avb_strdupv() 356 ret = avb_malloc(total_length + 1); in avb_strdupv() 367 avb_assert(dest == ret + total_length); in avb_strdupv()
|
/u-boot/arch/x86/lib/ |
A D | acpi_table.c | 72 int total_length = 0; in acpi_create_madt_lapics() local 85 total_length += length; in acpi_create_madt_lapics() 88 return total_length; in acpi_create_madt_lapics()
|
/u-boot/lib/ |
A D | tpm-v1.c | 193 const u32 total_length = in tpm_nv_write_value() local 201 command_size_offset, total_length, in tpm_nv_write_value()
|
Completed in 15 milliseconds