PCNET32_PORT_PORTSEL
if ((lp->options & PCNET32_PORT_PORTSEL) == PCNET32_PORT_GPSI)
cpu_to_le16((lp->options & PCNET32_PORT_PORTSEL) << 7);
cpu_to_le16(0x8000 | (lp->options & PCNET32_PORT_PORTSEL) <<
cpu_to_le16((lp->options & PCNET32_PORT_PORTSEL) << 7);