Lines Matching refs:info
23 void atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line,
50 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
51 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
75 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
76 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
109 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
110 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
158 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
159 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
206 void atafb_iplan2p4_fillrect(struct fb_info *info, u_long next_line, u32 color,
213 dest = (u32 *)(info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL));
252 void atafb_iplan2p4_linefill(struct fb_info *info, u_long next_line,
261 dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL));