Searched refs:config_command (Results 1 – 1 of 1) sorted by relevance
192 struct rogue_meta_ldr_cfg_blk *config_command; in meta_ldr_cmd_config() local202 config_command = (struct rogue_meta_ldr_cfg_blk *)l2_block->block_data; in meta_ldr_cmd_config()204 if (((u8 *)config_command - fw) >= fw_size || in meta_ldr_cmd_config()205 ((((u8 *)config_command) + l2_block_size) - fw) >= fw_size) in meta_ldr_cmd_config()209 if (config_command->type != ROGUE_META_LDR_CFG_WRITE) in meta_ldr_cmd_config()217 u32 register_offset = config_command->block_data[0]; in meta_ldr_cmd_config()218 u32 register_value = config_command->block_data[1]; in meta_ldr_cmd_config()227 config_command = (struct rogue_meta_ldr_cfg_blk in meta_ldr_cmd_config()228 *)((uintptr_t)config_command + in meta_ldr_cmd_config()