Lines Matching refs:index
1111 * _save_mpu_port_index - find and save the index to @oh's MPU port
1114 * Determines the array index of the OCP slave port that the MPU uses
2109 * @index: index of the entry found
2118 int *index,
2127 *index = res;
2138 *index = i;
2144 *index = 0;
2259 * @index: index of the reg entry iospace in device tree
2273 int index, struct device_node *np)
2304 va_start = of_iomap(np, index + oh->mpu_rt_idx);
2307 oh->name, index, np);
2344 int r, index;
2355 r = of_dev_hwmod_lookup(bus, oh, &index, &np);
2358 else if (np && index)
2362 r = _init_mpu_rt_base(oh, NULL, index, np);