Home
last modified time | relevance | path

Searched refs:table_bytes (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/clk/mmp/
H A Dclk-mix.c450 size_t table_bytes; in mmp_clk_register_mix() local
464 table_bytes = sizeof(*config->table) * config->table_size; in mmp_clk_register_mix()
465 mix->table = kmemdup(config->table, table_bytes, GFP_KERNEL); in mmp_clk_register_mix()
473 table_bytes = sizeof(u32) * num_parents; in mmp_clk_register_mix()
474 mix->mux_table = kmemdup(config->mux_table, table_bytes, in mmp_clk_register_mix()
/openbmc/u-boot/arch/x86/lib/
H A Dcoreboot_table.c74 cbh->table_bytes += cbr->size; in cb_table_add_entry()
92 cbh->table_checksum = compute_ip_checksum(cbr, cbh->table_bytes); in cb_table_finalize()
/openbmc/u-boot/arch/x86/cpu/coreboot/
H A Dtables.c128 if (!header->table_bytes) in cb_parse_header()
135 if (compute_ip_checksum(ptr + sizeof(*header), header->table_bytes) != in cb_parse_header()
/openbmc/linux/drivers/firmware/google/
H A Dcoreboot_table.h22 u32 table_bytes; member
H A Dcoreboot_table.c154 len = header->header_bytes + header->table_bytes; in coreboot_table_probe()
/openbmc/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h20 u32 table_bytes; member