Lines Matching refs:dst_addr
181 unsigned long dst_addr, int dst_len) in copy_word() argument
202 __raw_writeb(tmp, dst_addr); in copy_word()
205 __raw_writew(tmp, dst_addr); in copy_word()
208 __raw_writel(tmp, dst_addr); in copy_word()
211 __raw_writeq(tmp, dst_addr); in copy_word()
244 unsigned long dst_addr = (unsigned long)dst; in to_device() local
247 pr_debug("trapped io write 0x%08lx (%ld)\n", dst_addr, cnt); in to_device()
248 tiop = lookup_tiop(dst_addr); in to_device()
251 dst_addr = lookup_address(tiop, dst_addr); in to_device()
252 if (!dst_addr) in to_device()
256 dst_addr, max_t(unsigned long, cnt, in to_device()
259 pr_debug("trapped io write 0x%08lx -> 0x%08llx\n", dst_addr, tmp); in to_device()