Home
last modified time | relevance | path

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

/drivers/video/fbdev/aty/
Dmach64_accel.c423 u32 *pbitmap, dwords = (src_bytes + 3) / 4; in atyfb_imageblit() local
424 for (pbitmap = (u32*)(image->data); dwords; dwords--, pbitmap++) { in atyfb_imageblit()
426 aty_st_le32(HOST_DATA0, get_unaligned_le32(pbitmap), par); in atyfb_imageblit()