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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfbhw.c1688 int nbytes, ndwords, pad, tmp; local
1711 ndwords = ROUND_UP_TO(nbytes, 4) / 4;
1715 with 7 bytes, pad only if there is an even number of ndwords
1717 pad = !(ndwords % 2);
1719 tmp = (XY_MONO_SRC_IMM_BLT_CMD & DW_LENGTH_MASK) + ndwords;
1741 START_RING(8 + ndwords);
1751 while (ndwords--) {

Completed in 56 milliseconds