Home
last modified time | relevance | path

Searched refs:table_start (Results 1 – 2 of 2) sorted by relevance

/drivers/net/dsa/sja1105/
Dsja1105_static_config.c944 static void sja1105_table_write_crc(u8 *table_start, u8 *crc_ptr) in sja1105_table_write_crc() argument
949 len_bytes = (uintptr_t)(crc_ptr - table_start); in sja1105_table_write_crc()
950 computed_crc = sja1105_crc32(table_start, len_bytes); in sja1105_table_write_crc()
1132 char *table_start; in sja1105_static_config_pack() local
1143 table_start = p; in sja1105_static_config_pack()
1152 sja1105_table_write_crc(table_start, p); in sja1105_static_config_pack()
/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dfiji_smumgr.c225 uint32_t table_start; in fiji_setup_graphics_level_structure() local
232 &table_start, 0x40000), in fiji_setup_graphics_level_structure()
241 vr_config_addr = table_start + in fiji_setup_graphics_level_structure()
250 level_addr = table_start + offsetof(SMU73_Discrete_DpmTable, GraphicsLevel); in fiji_setup_graphics_level_structure()