Searched refs:dst_base (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/sound/mips/ |
D | sgio2audio.c | 370 unsigned char *dst_base; in snd_sgio2audio_dma_pull_frag() local 382 dst_base = runtime->dma_area; in snd_sgio2audio_dma_pull_frag() 393 dst = (s16 *)(dst_base + dst_pos); in snd_sgio2audio_dma_pull_frag() 418 unsigned long dst_base, dst_pos, src_mask; in snd_sgio2audio_dma_push_frag() local 428 dst_base = (unsigned long)chip->ring_base | (ch << CHANNEL_RING_SHIFT); in snd_sgio2audio_dma_push_frag() 441 dst = (u64 *)(dst_base + dst_pos); in snd_sgio2audio_dma_push_frag()
|
/linux-3.4.99/drivers/acpi/apei/ |
D | apei-internal.h | 31 u64 dst_base; member
|
D | erst.c | 262 return __apei_exec_read_register(entry, &ctx->dst_base); in erst_exec_set_dst_address_base() 286 dst = ioremap(ctx->dst_base + offset, ctx->var2); in erst_exec_move_data()
|
/linux-3.4.99/drivers/usb/host/ |
D | isp1760-hcd.c | 216 static void mem_writes8(void __iomem *dst_base, u32 dst_offset, in mem_writes8() argument 221 dst = dst_base + dst_offset; in mem_writes8()
|
/linux-3.4.99/mm/ |
D | hugetlb.c | 479 struct page *dst_base = dst; in copy_gigantic_page() local 487 dst = mem_map_next(dst, dst_base, i); in copy_gigantic_page()
|
D | memory.c | 4049 struct page *dst_base = dst; in copy_user_gigantic_page() local 4057 dst = mem_map_next(dst, dst_base, i); in copy_user_gigantic_page()
|