Home
last modified time | relevance | path

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

/linux-6.12.1/include/video/
Dsstfb.h185 #define BLTSIZE 0x02e8 /* BitBLT width and height */ macro
/linux-6.12.1/drivers/video/fbdev/
Dsstfb.c789 sst_write(BLTSIZE, area->width | (area->height << 16));
817 sst_write(BLTSIZE, rect->width | (rect->height << 16));