Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/
Dpxafb.h153 size_t n_smart_cmds; member
Dpxafb.c1143 dma_desc->ldcmd = fbi->n_smart_cmds * sizeof(uint16_t); in setup_smart_dma()
1163 while (fbi->n_smart_cmds & 1) in pxafb_smart_flush()
1164 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_NOOP; in pxafb_smart_flush()
1166 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_INTERRUPT; in pxafb_smart_flush()
1167 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_WAIT_FOR_VSYNC; in pxafb_smart_flush()
1200 fbi->n_smart_cmds = 0; in pxafb_smart_flush()
1218 if (fbi->n_smart_cmds == CMD_BUFF_SIZE - 8) in pxafb_smart_queue()
1221 fbi->smart_cmds[fbi->n_smart_cmds++] = *cmds; in pxafb_smart_queue()
1303 fbi->n_smart_cmds = 0; in pxafb_smart_init()