Searched refs:card_flags (Results 1 – 5 of 5) sorted by relevance
760 uint32_t card_flags; in solos_bh() local769 card_flags = fpga_tx(card); in solos_bh()772 if (card_flags & (0x10 << port)) { in solos_bh()1051 uint32_t tx_pending, card_flags; in fpga_tx() local1060 card_flags = ioread32(card->config_regs + FLAGS_ADDR); in fpga_tx()1068 tx_pending = card->tx_mask & ~card_flags; in fpga_tx()1134 return card_flags; in fpga_tx()
255 lp->card_flags = ARC_CAN_10MBIT; /* pretend all of them can 10Mbit */ in com20020_config()
257 int card_flags; /* special card features */ member
228 if (lp->card_flags & ARC_CAN_10MBIT) { in com20020_found()
204 lp->card_flags = ci->flags; in com20020pci_probe()