Searched refs:last_element (Results 1 – 1 of 1) sorted by relevance
229 int last_element = (returned_values - 1) * elementsize; in processor_bus_topology_show() local236 u32 starting_index = arg->bytes[last_element + 3] + in processor_bus_topology_show()237 (arg->bytes[last_element + 2] << 8) + in processor_bus_topology_show()238 (arg->bytes[last_element + 1] << 16) + in processor_bus_topology_show()239 (arg->bytes[last_element] << 24) + 1; in processor_bus_topology_show()297 int last_element = (returned_values - 1) * elementsize; in processor_config_show() local304 u32 starting_index = arg->bytes[last_element + 3] + in processor_config_show()305 (arg->bytes[last_element + 2] << 8) + in processor_config_show()306 (arg->bytes[last_element + 1] << 16) + in processor_config_show()307 (arg->bytes[last_element] << 24) + 1; in processor_config_show()[all …]