Searched refs:WRD_COUNT (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 D3c503.c61 #define WRD_COUNT 4 macro
497 outb_p((WRD_COUNT << 1), E33G_DRQCNT); /* Set burst size to 8 */
562 if(count > WRD_COUNT)
564 outsw(E33G_FIFOH, wrd, WRD_COUNT);
565 wrd += WRD_COUNT;
566 count -= WRD_COUNT;
677 if(count > WRD_COUNT)
679 insw(E33G_FIFOH, buf, WRD_COUNT);
680 buf += WRD_COUNT;
681 count -= WRD_COUNT;
[all...]

Completed in 46 milliseconds