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

/linux-master/drivers/video/fbdev/
H A Dpxafb.h153 size_t n_smart_cmds; member in struct:pxafb_info
H A Dpxafb.c1140 dma_desc->ldcmd = fbi->n_smart_cmds * sizeof(uint16_t);
1160 while (fbi->n_smart_cmds & 1)
1161 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_NOOP;
1163 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_INTERRUPT;
1164 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_WAIT_FOR_VSYNC;
1197 fbi->n_smart_cmds = 0;
1215 if (fbi->n_smart_cmds == CMD_BUFF_SIZE - 8)
1218 fbi->smart_cmds[fbi->n_smart_cmds++] = *cmds;
1300 fbi->n_smart_cmds = 0;

Completed in 221 milliseconds