Lines Matching refs:index
132 static inline void init_cpu_port(struct cpu_port *port, u32 index, u64 mpidr)
134 port->port = PORT_VALID | index;
151 * __cci_ace_get_port - Function to retrieve the port index connected to
158 * - CCI port index if success
188 * Port index look-up speeds up the function disabling ports by CPU,
189 * since the logical to port index mapping is done once and does
191 * The stashed index array is initialized for all possible CPUs
230 * @port: index of the port to setup
330 /* Use matched port index to look up the corresponding ports entry */
337 " mla r0, r2, r3, r0 @ &ports[index] \n"
405 * __cci_control_port_by_index() - function to control a CCI port by port index
407 * @port: port index previously retrieved with cci_ace_get_port()
412 * -ENODEV on port index out of range