Home
last modified time | relevance | path

Searched refs:NUM_CARDS (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/amd/
Dlance.c88 #define NUM_CARDS 3 macro
411 for (card = 0; card < NUM_CARDS; ++card) in do_lance_probe()
414 if (card < NUM_CARDS) {/*yes, the first byte matches*/ in do_lance_probe()
416 for (card = 0; card < NUM_CARDS; ++card) in do_lance_probe()
421 if (card < NUM_CARDS) { /*Signature OK*/ in do_lance_probe()
Dni65.c220 #define NUM_CARDS 3 macro
426 for(i=0;i<NUM_CARDS;i++) { in ni65_probe1()
443 if(i == NUM_CARDS) in ni65_probe1()
/drivers/staging/media/zoran/
Dzoran_card.c112 ZR_DEVICE(PCI_ANY_ID, PCI_ANY_ID, NUM_CARDS),
313 static struct card_info zoran_cards[NUM_CARDS] = {
1141 if (card_num >= NUM_CARDS) { in zoran_probe()
1148 if (card_num >= NUM_CARDS || card_num < 0) { in zoran_probe()
1150 card_num, NUM_CARDS - 1); in zoran_probe()
Dzoran.h95 NUM_CARDS enumerator