Searched refs:table_bytes (Results 1 – 3 of 3) sorted by relevance
453 size_t table_bytes; in mmp_clk_register_mix() local467 table_bytes = sizeof(*config->table) * config->table_size; in mmp_clk_register_mix()468 mix->table = kmemdup(config->table, table_bytes, GFP_KERNEL); in mmp_clk_register_mix()476 table_bytes = sizeof(u32) * num_parents; in mmp_clk_register_mix()477 mix->mux_table = kmemdup(config->mux_table, table_bytes, in mmp_clk_register_mix()
22 u32 table_bytes; member
140 len = header->header_bytes + header->table_bytes; in coreboot_table_probe()
Completed in 7 milliseconds