Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/video/
H A Dsstfb.h185 #define BLTSIZE 0x02e8 /* BitBLT width and height */ macro
/kernel/linux/linux-6.6/include/video/
H A Dsstfb.h185 #define BLTSIZE 0x02e8 /* BitBLT width and height */ macro
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dsstfb.c786 sst_write(BLTSIZE, area->width | (area->height << 16));
814 sst_write(BLTSIZE, rect->width | (rect->height << 16));
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dsstfb.c787 sst_write(BLTSIZE, area->width | (area->height << 16));
815 sst_write(BLTSIZE, rect->width | (rect->height << 16));

Completed in 11 milliseconds