Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dacpi_table.c56 rsdp->checksum = table_compute_checksum((void *)rsdp, 20); in acpi_write_rsdp()
57 rsdp->ext_checksum = table_compute_checksum((void *)rsdp, in acpi_write_rsdp()
82 header->checksum = table_compute_checksum((void *)rsdt, in acpi_write_rsdt()
98 header->checksum = table_compute_checksum((void *)xsdt, in acpi_write_xsdt()
140 rsdt->header.checksum = table_compute_checksum((u8 *)rsdt, in acpi_add_table()
157 xsdt->header.checksum = table_compute_checksum((u8 *)xsdt, in acpi_add_table()
293 header->checksum = table_compute_checksum((void *)madt, header->length); in acpi_create_madt()
335 header->checksum = table_compute_checksum((void *)mcfg, header->length); in acpi_create_mcfg()
434 dsdt->checksum = table_compute_checksum((void *)dsdt, dsdt->length); in write_acpi_tables()
486 if (table_compute_checksum((void *)rsdp, 20) != 0) in acpi_valid_rsdp()
[all …]
H A Dmpspec.c42 mf->mpf_checksum = table_compute_checksum(mf, mf->mpf_length * 16); in mp_write_floating_table()
224 mc->mpe_checksum = table_compute_checksum((void *)mp_next_mpc_entry(mc), in mptable_finalize()
226 mc->mpc_checksum = table_compute_checksum(mc, mc->mpc_length); in mptable_finalize()
H A Dsfi.c55 hdr->csum = table_compute_checksum(hdr, hdr->len); in finish_table()
/OK3568_Linux_fs/u-boot/lib/
H A Dtables_csum.su
H A Dtables_csum.c10 u8 table_compute_checksum(void *v, int len) in table_compute_checksum() function
H A Dsmbios.c301 se->intermediate_checksum = table_compute_checksum(istart, isize); in write_smbios_table()
302 se->checksum = table_compute_checksum(se, sizeof(struct smbios_entry)); in write_smbios_table()
/OK3568_Linux_fs/u-boot/spl/lib/
H A Dtables_csum.su
/OK3568_Linux_fs/u-boot/include/
H A Dtables_csum.h10 static inline u8 table_compute_checksum(void *v, int len) in table_compute_checksum() function
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dtables.h31 u8 table_compute_checksum(void *v, int len);
/OK3568_Linux_fs/u-boot/arch/x86/cpu/quark/
H A Dacpi.c134 header->checksum = table_compute_checksum(fadt, header->length); in acpi_create_fadt()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/
H A Dacpi.c139 header->checksum = table_compute_checksum(fadt, header->length); in acpi_create_fadt()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dirq.c218 rt->checksum = table_compute_checksum(rt, rt->size); in create_pirq_routing_table()
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dqfw.c142 cksum = table_compute_checksum(cksum_start, in bios_linker_add_checksum()
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map
/OK3568_Linux_fs/u-boot/
H A Du-boot.map