Home
last modified time | relevance | path

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

/drivers/video/fbdev/
Dpxafb.c1139 dma_desc->ldcmd = fbi->n_smart_cmds * sizeof(uint16_t); in setup_smart_dma()
1159 while (fbi->n_smart_cmds & 1) in pxafb_smart_flush()
1160 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_NOOP; in pxafb_smart_flush()
1162 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_INTERRUPT; in pxafb_smart_flush()
1163 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_WAIT_FOR_VSYNC; in pxafb_smart_flush()
1197 fbi->n_smart_cmds = 0; in pxafb_smart_flush()
1215 if (fbi->n_smart_cmds == CMD_BUFF_SIZE - 8) in pxafb_smart_queue()
1218 fbi->smart_cmds[fbi->n_smart_cmds++] = *cmds; in pxafb_smart_queue()
1301 fbi->n_smart_cmds = 0; in pxafb_smart_init()
Dpxafb.h153 size_t n_smart_cmds; member