Searched refs:card_flags (Results 1 – 5 of 5) sorted by relevance
766 uint32_t card_flags; in solos_bh() local775 card_flags = fpga_tx(card); in solos_bh()778 if (card_flags & (0x10 << port)) { in solos_bh()1057 uint32_t tx_pending, card_flags; in fpga_tx() local1066 card_flags = ioread32(card->config_regs + FLAGS_ADDR); in fpga_tx()1074 tx_pending = card->tx_mask & ~card_flags; in fpga_tx()1140 return card_flags; in fpga_tx()
260 int card_flags; /* special card features */ member
248 lp->card_flags = ARC_CAN_10MBIT; /* pretend all of them can 10Mbit */ in com20020_config()
173 lp->card_flags = ci->flags; in com20020pci_probe()
228 if (lp->card_flags & ARC_CAN_10MBIT) { in com20020_found()