Home
last modified time | relevance | path

Searched refs:ARC_CAN_10MBIT (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/arcnet/
H A Dcom20020-pci.c319 .flags = ARC_CAN_10MBIT,
346 .flags = ARC_CAN_10MBIT,
371 .flags = ARC_HAS_ROTARY | ARC_HAS_LED | ARC_CAN_10MBIT,
403 .flags = ARC_HAS_ROTARY | ARC_HAS_LED | ARC_CAN_10MBIT,
428 .flags = ARC_HAS_ROTARY | ARC_HAS_LED | ARC_CAN_10MBIT,
H A Dcom20020_cs.c256 lp->card_flags = ARC_CAN_10MBIT; /* pretend all of them can 10Mbit */ in com20020_config()
H A Darcdevice.h188 #define ARC_CAN_10MBIT 2 /* card uses COM20022, supporting 10MBit, macro
H A Dcom20020.c228 if (lp->card_flags & ARC_CAN_10MBIT) { in com20020_found()