Home
last modified time | relevance | path

Searched refs:dst_off (Results 1 – 3 of 3) sorted by relevance

/drivers/dma/
Ddmatest.c252 unsigned int src_off, dst_off, len; in dmatest_func() local
343 dst_off = dmatest_random() % (test_buf_size - len + 1); in dmatest_func()
346 dst_off = (dst_off >> align) << align; in dmatest_func()
349 dmatest_init_dsts(thread->dsts, dst_off, len); in dmatest_func()
367 dma_dsts[0] + dst_off, in dmatest_func()
372 dma_dsts[0] + dst_off, in dmatest_func()
379 dma_pq[i] = dma_dsts[i] + dst_off; in dmatest_func()
396 src_off, dst_off, len); in dmatest_func()
411 src_off, dst_off, len); in dmatest_func()
464 error_count += dmatest_verify(thread->dsts, 0, dst_off, in dmatest_func()
[all …]
/drivers/mmc/host/
Dtifm_sd.c211 static void tifm_sd_copy_page(struct page *dst, unsigned int dst_off, in tifm_sd_copy_page() argument
216 unsigned char *dst_buf = kmap_atomic(dst) + dst_off; in tifm_sd_copy_page()
220 kunmap_atomic(dst_buf - dst_off); in tifm_sd_copy_page()
/drivers/net/ethernet/broadcom/
Dtg3.c13689 int i, dst_off; in tg3_read_bc_ver() local
13709 dst_off = strlen(tp->fw_ver); in tg3_read_bc_ver()
13712 if (TG3_VER_SIZE - dst_off < 16 || in tg3_read_bc_ver()
13722 memcpy(tp->fw_ver + dst_off + i, &v, sizeof(v)); in tg3_read_bc_ver()
13733 snprintf(&tp->fw_ver[dst_off], TG3_VER_SIZE - dst_off, in tg3_read_bc_ver()