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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 66 milliseconds