Searched refs:nb_cci_ports (Results 1 – 1 of 1) sorted by relevance
114 static unsigned int nb_cci_ports; variable168 for (i = 0; i < nb_cci_ports; i++) { in __cci_ace_get_port()417 if (port >= nb_cci_ports || ports[port].type == ACE_INVALID_PORT) in __cci_control_port_by_index()452 nb_cci_ports = cci_config->nb_ace + cci_config->nb_ace_lite; in cci_probe_ports()454 ports = kcalloc(nb_cci_ports, sizeof(*ports), GFP_KERNEL); in cci_probe_ports()464 if (i >= nb_cci_ports) in cci_probe_ports()522 __sync_cache_range_w(ports, sizeof(*ports) * nb_cci_ports); in cci_probe_ports()
Completed in 4 milliseconds