Searched refs:table_compute_checksum (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | acpi_table.c | 56 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 D | mpspec.c | 42 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 D | sfi.c | 55 hdr->csum = table_compute_checksum(hdr, hdr->len); in finish_table()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | tables_csum.su | |
| H A D | tables_csum.c | 10 u8 table_compute_checksum(void *v, int len) in table_compute_checksum() function
|
| H A D | smbios.c | 301 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 D | tables_csum.su | |
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | tables_csum.h | 10 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 D | tables.h | 31 u8 table_compute_checksum(void *v, int len);
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/quark/ |
| H A D | acpi.c | 134 header->checksum = table_compute_checksum(fadt, header->length); in acpi_create_fadt()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/ |
| H A D | acpi.c | 139 header->checksum = table_compute_checksum(fadt, header->length); in acpi_create_fadt()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | irq.c | 218 rt->checksum = table_compute_checksum(rt, rt->size); in create_pirq_routing_table()
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | qfw.c | 142 cksum = table_compute_checksum(cksum_start, in bios_linker_add_checksum()
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | u-boot.map | |