Lines Matching refs:index
180 static struct rproc *__pru_rproc_get(struct device_node *np, int index)
186 ret = of_property_read_u32_index(np, "ti,prus", index, &rproc_phandle);
208 * @index: index to use for the ti,prus property
212 * index @index and returns the rproc handle for a valid PRU remote processor if
226 struct rproc *pru_rproc_get(struct device_node *np, int index,
236 rproc = __pru_rproc_get(np, index);
266 ret = of_property_read_u32_index(np, "ti,pruss-gp-mux-sel", index,
276 ret = of_property_read_string_index(np, "firmware-name", index,
334 * pru_rproc_set_ctable() - set the constant table index for the PRU
336 * @c: constant table index to set
355 /* pointer is 16 bit and index is 8-bit so mask out the rest */