Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/tokenring/
D3c359_microcode.h26 static int mc_size = 24880 ; variable
D3c359.c464 …start = (0xFFFF - (mc_size) + 1 ) ; /* Looks strange but ensures compiler only uses 16 bit unsigne… in xl_hw_reset()
468 for (i = start,j=0; (j < mc_size && i <= 0xffff) ; i++,j++) { in xl_hw_reset()
478 writeb(microcode[mc_size - 16 + i], xl_mmio + MMIO_MACDATA) ; in xl_hw_reset()