Home | History | Annotate | Download | only in ic

Lines Matching defs:portidx

3348 	int portidx, portlim, r;
3462 portidx = 0;
3463 for (portidx = 0; portidx < NGENT-1; portidx++) {
3464 if (rs1->snscb_ports[portidx].control & 0x80) {
3472 if ((rs1->snscb_ports[portidx].control & 0x80) == 0) {
3476 portlim = portidx + 1;
3480 for (portidx = 0; portidx < portlim; portidx++) {
3484 ((rs1->snscb_ports[portidx].portid[0]) << 16) |
3485 ((rs1->snscb_ports[portidx].portid[1]) << 8) |
3486 ((rs1->snscb_ports[portidx].portid[2]));
3488 for (npidx = portidx + 1; npidx < portlim; npidx++) {
3523 for (portidx = 0; portidx < portlim; portidx++) {
3529 ((rs1->snscb_ports[portidx].portid[0]) << 16) |
3530 ((rs1->snscb_ports[portidx].portid[1]) << 8) |
3531 ((rs1->snscb_ports[portidx].portid[2]));
3536 chan, portidx);