Home
last modified time | relevance | path

Searched refs:card_flags (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/atm/
A Dsolos-pci.c760 uint32_t card_flags; in solos_bh() local
769 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() local
1060 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()
/linux/drivers/net/arcnet/
A Dcom20020_cs.c248 lp->card_flags = ARC_CAN_10MBIT; /* pretend all of them can 10Mbit */ in com20020_config()
A Darcdevice.h255 int card_flags; /* special card features */ member
A Dcom20020-pci.c201 lp->card_flags = ci->flags; in com20020pci_probe()
A Dcom20020.c228 if (lp->card_flags & ARC_CAN_10MBIT) { in com20020_found()

Completed in 12 milliseconds