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

/linux-4.1.27/drivers/atm/
H A Dsolos-pci.c766 uint32_t card_flags; solos_bh() local
775 card_flags = fpga_tx(card); solos_bh()
778 if (card_flags & (0x10 << port)) { solos_bh()
1049 uint32_t tx_pending, card_flags; fpga_tx() local
1058 card_flags = ioread32(card->config_regs + FLAGS_ADDR); fpga_tx()
1066 tx_pending = card->tx_mask & ~card_flags; fpga_tx()
1132 return card_flags; fpga_tx()
/linux-4.1.27/drivers/net/arcnet/
H A Dcom20020-pci.c127 lp->card_flags = ci->flags; com20020pci_probe()
H A Dcom20020_cs.c260 lp->card_flags = ARC_CAN_10MBIT; /* pretend all of them can 10Mbit */ com20020_config()
H A Dcom20020.c201 if (lp->card_flags & ARC_CAN_10MBIT) com20020_found()
/linux-4.1.27/include/linux/
H A Darcdevice.h252 int card_flags; /* special card features */ member in struct:arcnet_local

Completed in 140 milliseconds