Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/
H A Dpcnet32.c96 #define PCNET32_PORT_MII 0x03 macro
122 PCNET32_PORT_MII, /* 9 MII 10baseT */
123 PCNET32_PORT_MII | PCNET32_PORT_FD, /* 10 MII 10baseT-FD */
124 PCNET32_PORT_MII, /* 11 MII (autosel) */
126 PCNET32_PORT_MII | PCNET32_PORT_100, /* 13 MII 100BaseTx */
128 PCNET32_PORT_MII | PCNET32_PORT_100 | PCNET32_PORT_FD,
1972 lp->options |= PCNET32_PORT_MII; in pcnet32_probe1()