Home
last modified time | relevance | path

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

/linux-6.1.9/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()
/linux-6.1.9/drivers/media/pci/zoran/
Dzoran_card.c90 ZR_DEVICE(PCI_ANY_ID, PCI_ANY_ID, NUM_CARDS),
370 static struct card_info zoran_cards[NUM_CARDS] = {
1293 if (card_num >= NUM_CARDS) { in zoran_probe()
1301 if (card_num >= NUM_CARDS || card_num < 0) { in zoran_probe()
1303 card_num, NUM_CARDS - 1); in zoran_probe()
Dzoran.h84 NUM_CARDS enumerator