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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/tokenring/
H A D3c359.c463 start = (0xFFFF - (mc_size) + 1 ) ; /* Looks strange but ensures compiler only uses 16 bit unsigned int for this */
467 for (i = start, j = 0; j < mc_size; i++, j++) {
477 writeb(microcode[mc_size - 16 + i], xl_mmio + MMIO_MACDATA) ;
H A D3c359_microcode.h19 * mc_size *must* must match the microcode being used, each version is a
23 static int mc_size = 24880 ; variable

Completed in 51 milliseconds