Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dpxafb.h55 #define CMD_BUFF_SIZE (1024 * 50) macro
62 uint16_t cmd_buff[CMD_BUFF_SIZE];
H A Dpxafb.c1215 if (fbi->n_smart_cmds == CMD_BUFF_SIZE - 8) in pxafb_smart_queue()