Home
last modified time | relevance | path

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

/u-boot/drivers/tpm/
A Dtpm_tis_st33zp24_spi.c117 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 Dbuild_OID_registry47 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 Davb_util.c333 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 Dacpi_table.c72 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 Dtpm-v1.c193 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