Lines Matching refs:dst_addr
54 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, in hw_bitblt_1() argument
66 if (op != VIA_BITBLT_FILL && !src_mem && src_addr == dst_addr) { in hw_bitblt_1()
132 if (dst_addr & 0xE0000007) { in hw_bitblt_1()
141 if (dst_addr & 0xE0000007) { in hw_bitblt_1()
143 "address %X\n", dst_addr); in hw_bitblt_1()
146 tmp = dst_addr >> 3; in hw_bitblt_1()
187 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, in hw_bitblt_2() argument
199 if (op != VIA_BITBLT_FILL && !src_mem && src_addr == dst_addr) { in hw_bitblt_2()
258 if (dst_addr & 0xE0000007) { in hw_bitblt_2()
260 "address %X\n", dst_addr); in hw_bitblt_2()
263 tmp = dst_addr >> 3; in hw_bitblt_2()
277 if (dst_addr & 0xE0000007) { in hw_bitblt_2()