Searched refs:card_flags (Results 1 – 5 of 5) sorted by relevance
772 uint32_t card_flags; in solos_bh() local781 card_flags = fpga_tx(card); in solos_bh()784 if (card_flags & (0x10 << port)) { in solos_bh()1063 uint32_t tx_pending, card_flags; in fpga_tx() local1072 card_flags = ioread32(card->config_regs + FLAGS_ADDR); in fpga_tx()1080 tx_pending = card->tx_mask & ~card_flags; in fpga_tx()1146 return card_flags; in fpga_tx()
248 lp->card_flags = ARC_CAN_10MBIT; /* pretend all of them can 10Mbit */ in com20020_config()
260 int card_flags; /* special card features */ member
197 lp->card_flags = ci->flags; in com20020pci_probe()
228 if (lp->card_flags & ARC_CAN_10MBIT) { in com20020_found()