Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/
H A Dlance.c89 #define NUM_CARDS 3 macro
412 for (card = 0; card < NUM_CARDS; ++card) in do_lance_probe()
415 if (card < NUM_CARDS) {/*yes, the first byte matches*/ in do_lance_probe()
417 for (card = 0; card < NUM_CARDS; ++card) in do_lance_probe()
422 if (card < NUM_CARDS) { /*Signature OK*/ in do_lance_probe()
/openbmc/linux/drivers/media/pci/zoran/
H A 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()
H A Dzoran.h84 NUM_CARDS enumerator