Lines Matching defs:port_idx
926 int i, port_idx;
931 for (port_idx = 0; port_idx < GC_MAX_PORTS; port_idx++) {
932 if (gc_cfg[port_idx].nargs == 0 || gc_cfg[port_idx].args[0] < 0)
935 if (gc_cfg[port_idx].args[0] == pp->number)
939 if (port_idx == GC_MAX_PORTS) {
943 pads = gc_cfg[port_idx].args + 1;
944 n_pads = gc_cfg[port_idx].nargs - 1;
950 port_idx);
982 gc_base[port_idx] = gc;