Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c85 #define curr_ydstorg(x) ((x)->curr.ydstorg.pixels) macro
181 mga_outl(M_YDSTORG, curr_ydstorg(minfo)); in matrox_cfbX_init()
225 start = sy*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove()
234 end = (sy+height-1)*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove()
267 start = sy*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove_lin()
276 end = (sy+height-1)*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove_lin()