Lines Matching defs:port_idx
921 int i, port_idx;
926 for (port_idx = 0; port_idx < GC_MAX_PORTS; port_idx++) {
927 if (gc_cfg[port_idx].nargs == 0 || gc_cfg[port_idx].args[0] < 0)
930 if (gc_cfg[port_idx].args[0] == pp->number)
934 if (port_idx == GC_MAX_PORTS) {
938 pads = gc_cfg[port_idx].args + 1;
939 n_pads = gc_cfg[port_idx].nargs - 1;
945 port_idx);
977 gc_base[port_idx] = gc;