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;
2145 *index = 0;
2227 * @index: index of the reg entry iospace in device tree
2241 int index, struct device_node *np)
2272 va_start = of_iomap(np, index + oh->mpu_rt_idx);
2275 oh->name, index, np);
2312 int r, index;
2323 r = of_dev_hwmod_lookup(bus, oh, &index, &np);
2326 else if (np && index)
2330 r = _init_mpu_rt_base(oh, NULL, index, np);