Searched refs:table_bytes (Results 1 – 4 of 4) sorted by relevance
451 size_t table_bytes; in mmp_clk_register_mix() local465 table_bytes = sizeof(*config->table) * config->table_size; in mmp_clk_register_mix()466 mix->table = kmemdup(config->table, table_bytes, GFP_KERNEL); in mmp_clk_register_mix()474 table_bytes = sizeof(u32) * num_parents; in mmp_clk_register_mix()475 mix->mux_table = kmemdup(config->mux_table, table_bytes, in mmp_clk_register_mix()
51 header->header_bytes + header->table_bytes); in coreboot_table_acpi_probe()
30 u32 table_bytes; member
582 unsigned table_bytes = table_count * sizeof(dt->dt_dev_table[0]) + in exofs_read_lookup_dev_table() local587 dt = kmalloc(table_bytes, GFP_KERNEL); in exofs_read_lookup_dev_table()590 table_bytes); in exofs_read_lookup_dev_table()601 table_bytes); in exofs_read_lookup_dev_table()