n_smart_cmds     1143 drivers/video/fbdev/pxafb.c 	dma_desc->ldcmd = fbi->n_smart_cmds * sizeof(uint16_t);
n_smart_cmds     1163 drivers/video/fbdev/pxafb.c 	while (fbi->n_smart_cmds & 1)
n_smart_cmds     1164 drivers/video/fbdev/pxafb.c 		fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_NOOP;
n_smart_cmds     1166 drivers/video/fbdev/pxafb.c 	fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_INTERRUPT;
n_smart_cmds     1167 drivers/video/fbdev/pxafb.c 	fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_WAIT_FOR_VSYNC;
n_smart_cmds     1200 drivers/video/fbdev/pxafb.c 	fbi->n_smart_cmds = 0;
n_smart_cmds     1218 drivers/video/fbdev/pxafb.c 		if (fbi->n_smart_cmds == CMD_BUFF_SIZE - 8)
n_smart_cmds     1221 drivers/video/fbdev/pxafb.c 		fbi->smart_cmds[fbi->n_smart_cmds++] = *cmds;
n_smart_cmds     1303 drivers/video/fbdev/pxafb.c 	fbi->n_smart_cmds = 0;
n_smart_cmds      153 drivers/video/fbdev/pxafb.h 	size_t			n_smart_cmds;