Home
last modified time | relevance | path

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

/freebsd/sys/dev/ti/
H A Dif_ti.c3788 struct tg_mem *mem_param; in ti_ioctl2() local
3791 mem_param = (struct tg_mem *)addr; in ti_ioctl2()
3806 if (mem_param->tgAddr >= TI_BEG_SRAM && in ti_ioctl2()
3807 mem_param->tgAddr + mem_param->len <= sram_end) { in ti_ioctl2()
3812 error = ti_copy_mem(sc, mem_param->tgAddr, in ti_ioctl2()
3813 mem_param->len, mem_param->userAddr, 1, in ti_ioctl2()
3815 } else if (mem_param->tgAddr >= TI_BEG_SCRATCH && in ti_ioctl2()
3816 mem_param->tgAddr <= scratch_end) { in ti_ioctl2()
3817 error = ti_copy_scratch(sc, mem_param->tgAddr, in ti_ioctl2()
3818 mem_param->len, mem_param->userAddr, 1, in ti_ioctl2()
[all …]