Lines Matching refs:port_idx
923 int i, port_idx;
928 for (port_idx = 0; port_idx < GC_MAX_PORTS; port_idx++) {
929 if (gc_cfg[port_idx].nargs == 0 || gc_cfg[port_idx].args[0] < 0)
932 if (gc_cfg[port_idx].args[0] == pp->number)
936 if (port_idx == GC_MAX_PORTS) {
940 pads = gc_cfg[port_idx].args + 1;
941 n_pads = gc_cfg[port_idx].nargs - 1;
947 port_idx);
979 gc_base[port_idx] = gc;