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