Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c413 u_int32_t charcell; in matroxfb_1bpp_imageblit() local
422 charcell = height * step; in matroxfb_1bpp_imageblit()
423 xlen = (charcell + 3) & ~3; in matroxfb_1bpp_imageblit()
460 mga_memcpy_toio(mmio, chardata, charcell); in matroxfb_1bpp_imageblit()