Searched refs:last_element (Results 1 – 1 of 1) sorted by relevance
230 int last_element = (returned_values - 1) * elementsize; in processor_bus_topology_show() local237 u32 starting_index = arg->bytes[last_element + 3] + in processor_bus_topology_show()238 (arg->bytes[last_element + 2] << 8) + in processor_bus_topology_show()239 (arg->bytes[last_element + 1] << 16) + in processor_bus_topology_show()240 (arg->bytes[last_element] << 24) + 1; in processor_bus_topology_show()300 int last_element = (returned_values - 1) * elementsize; in processor_config_show() local307 u32 starting_index = arg->bytes[last_element + 3] + in processor_config_show()308 (arg->bytes[last_element + 2] << 8) + in processor_config_show()309 (arg->bytes[last_element + 1] << 16) + in processor_config_show()310 (arg->bytes[last_element] << 24) + 1; in processor_config_show()[all …]