Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/clk/mmp/
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()
/linux-6.3-rc2/drivers/firmware/google/
A Dcoreboot_table.h22 u32 table_bytes; member
A Dcoreboot_table.c154 len = header->header_bytes + header->table_bytes; in coreboot_table_probe()

Completed in 6 milliseconds