Searched refs:tgAddr (Results 1 – 2 of 2) sorted by relevance
264 u_int32_t tgAddr; member
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()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()3820 } else if (mem_param->tgAddr >= TI_BEG_SCRATCH_B_DEBUG && in ti_ioctl2()3821 mem_param->tgAddr <= TI_BEG_SCRATCH_B_DEBUG) { in ti_ioctl2()3828 error = ti_copy_scratch(sc, mem_param->tgAddr - in ti_ioctl2()3835 mem_param->tgAddr, mem_param->len); in ti_ioctl2()