Home
last modified time | relevance | path

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

/minix/minix/drivers/net/3c90x/
H A D3c90x.h106 # define XLBC_CONFIG_XCVR_MASK 0x00f0 /* transceiver selection */ macro
H A D3c90x.c291 word = (word & ~XLBC_CONFIG_XCVR_MASK) | XLBC_CONFIG_XCVR_AUTO; in xlbc_init_once()