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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dpxafb.h152 size_t n_smart_cmds; member in struct:pxafb_info
H A Dpxafb.c1099 dma_desc->ldcmd = fbi->n_smart_cmds * sizeof(uint16_t);
1119 while (fbi->n_smart_cmds & 1)
1120 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_NOOP;
1122 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_INTERRUPT;
1123 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_WAIT_FOR_VSYNC;
1157 fbi->n_smart_cmds = 0;
1175 if (fbi->n_smart_cmds == CMD_BUFF_SIZE - 8)
1178 fbi->smart_cmds[fbi->n_smart_cmds++] = *cmds;
1260 fbi->n_smart_cmds = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dpxafb.h152 size_t n_smart_cmds; member in struct:pxafb_info
H A Dpxafb.c1099 dma_desc->ldcmd = fbi->n_smart_cmds * sizeof(uint16_t);
1119 while (fbi->n_smart_cmds & 1)
1120 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_NOOP;
1122 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_INTERRUPT;
1123 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_WAIT_FOR_VSYNC;
1157 fbi->n_smart_cmds = 0;
1175 if (fbi->n_smart_cmds == CMD_BUFF_SIZE - 8)
1178 fbi->smart_cmds[fbi->n_smart_cmds++] = *cmds;
1260 fbi->n_smart_cmds = 0;

Completed in 176 milliseconds