Searched refs:card_no (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/gameport/
H A Dlightning.c222 static int __init l4_create_ports(int card_no) argument
230 idx = card_no * 4 + i;
258 static int __init l4_add_card(int card_no) argument
265 outb(L4_SELECT_DIGITAL + card_no, L4_PORT);
274 if (inb(L4_PORT) != L4_SELECT_DIGITAL + card_no)
289 result = l4_create_ports(card_no);
294 card_no ? "secondary" : "primary", rev >> 4, rev, L4_PORT);
297 l4 = &l4_ports[card_no * 4 + i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dfarsync.c460 int card_no; /* Inst of the card on the system */ member in struct:fst_card_info
1175 card->card_no, port->index, rxp);
1180 card->card_no, port->index);
1185 card->card_no, port->index);
1190 len, card->card_no, port->index);
1270 card->card_no, port->index);
1486 fst_q_work_item(&fst_work_intq, card->card_no);
1526 card->card_no, card->state);
1585 card->card_no, int_retry_count);
1594 fst_q_work_item(&fst_work_intq, card->card_no);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dcyclades.c4163 unsigned int device_id, nchan = 0, card_no, i; local
4300 for (card_no = 0; card_no < NR_CARDS; card_no++) {
4301 if (cy_card[card_no].base_addr == NULL)
4304 if (card_no == NR_CARDS) { /* no more cy_cards available */
4315 IRQF_SHARED, "Cyclom-Y", &cy_card[card_no]);
4320 cy_card[card_no].num_chips = nchan / 4;
4327 &cy_card[card_no]);
4334 cy_card[card_no]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tokenring/
H A Dolympic.c201 static int card_no = -1 ; local
204 card_no++ ;
241 if ((pkt_buf_sz[card_no] < 100) || (pkt_buf_sz[card_no] > 18000) )
244 olympic_priv->pkt_buf_sz = pkt_buf_sz[card_no] ;
247 olympic_priv->olympic_ring_speed = ringspeed[card_no] ;
248 olympic_priv->olympic_message_level = message_level[card_no] ;
249 olympic_priv->olympic_network_monitor = network_monitor[card_no];
H A D3c359.c283 static int card_no = -1 ; local
286 card_no++ ;
321 if ((pkt_buf_sz[card_no] < 100) || (pkt_buf_sz[card_no] > 18000) )
324 xl_priv->pkt_buf_sz = pkt_buf_sz[card_no] ;
327 xl_priv->xl_ring_speed = ringspeed[card_no] ;
328 xl_priv->xl_message_level = message_level[card_no] ;
H A Dlanstreamer.c233 static int card_no=-1; local
240 card_no++;
344 if ((pkt_buf_sz[card_no] < 100) || (pkt_buf_sz[card_no] > 18000))
347 streamer_priv->pkt_buf_sz = pkt_buf_sz[card_no];
349 streamer_priv->streamer_ring_speed = ringspeed[card_no];
350 streamer_priv->streamer_message_level = message_level[card_no];

Completed in 81 milliseconds