Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/
Dpxafb.h153 size_t n_smart_cmds; member
Dpxafb.c1135 dma_desc->ldcmd = fbi->n_smart_cmds * sizeof(uint16_t); in setup_smart_dma()
1155 while (fbi->n_smart_cmds & 1) in pxafb_smart_flush()
1156 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_NOOP; in pxafb_smart_flush()
1158 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_INTERRUPT; in pxafb_smart_flush()
1159 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_WAIT_FOR_VSYNC; in pxafb_smart_flush()
1193 fbi->n_smart_cmds = 0; in pxafb_smart_flush()
1211 if (fbi->n_smart_cmds == CMD_BUFF_SIZE - 8) in pxafb_smart_queue()
1214 fbi->smart_cmds[fbi->n_smart_cmds++] = *cmds; in pxafb_smart_queue()
1297 fbi->n_smart_cmds = 0; in pxafb_smart_init()