Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/
H A Dlance.c89 #define NUM_CARDS 3 macro
413 for (card = 0; card < NUM_CARDS; ++card) in do_lance_probe()
416 if (card < NUM_CARDS) {/*yes, the first byte matches*/ in do_lance_probe()
418 for (card = 0; card < NUM_CARDS; ++card) in do_lance_probe()
423 if (card < NUM_CARDS) { /*Signature OK*/ in do_lance_probe()
/linux/drivers/media/pci/zoran/
H A Dzoran_card.c86 ZR_DEVICE(PCI_ANY_ID, PCI_ANY_ID, NUM_CARDS),
366 static struct card_info zoran_cards[NUM_CARDS] = {
1289 if (card_num >= NUM_CARDS) { in zoran_probe()
1297 if (card_num >= NUM_CARDS || card_num < 0) { in zoran_probe()
1299 card_num, NUM_CARDS - 1); in zoran_probe()
H A Dzoran.h84 NUM_CARDS enumerator