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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dne.c166 # define DCR_VAL 0x4b macro
169 # define DCR_VAL 0x48 /* 8-bit mode */ macro
171 # define DCR_VAL 0x49 macro
397 outb_p(DCR_VAL, ioaddr + EN0_DCFG);
406 if ((DCR_VAL & 0x01) == 0 && /* 8-bit mode */
522 /* Use 16-bit mode only if this wasn't overridden by DCR_VAL */
523 ei_status.word16 = (wordlength == 2 && (DCR_VAL & 0x01));

Completed in 48 milliseconds