Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_xcopy.c216 unsigned short tdll, sense_reason_t *sense_ret) in target_xcopy_parse_target_descriptors() argument
220 int offset = tdll % XCOPY_TARGET_DESC_LEN, rc; in target_xcopy_parse_target_descriptors()
232 if (tdll > RCR_OP_MAX_TARGET_DESC_COUNT * XCOPY_TARGET_DESC_LEN) { in target_xcopy_parse_target_descriptors()
234 " two src/dest descriptors, tdll: %hu too large..\n", tdll); in target_xcopy_parse_target_descriptors()
246 while (start < tdll) { in target_xcopy_parse_target_descriptors()
805 unsigned short tdll; in target_parse_xcopy_cmd() local
819 tdll = get_unaligned_be16(&p[2]); in target_parse_xcopy_cmd()
821 if (tdll + sdll > RCR_OP_MAX_DESC_LIST_LEN) { in target_parse_xcopy_cmd()
823 tdll + sdll, RCR_OP_MAX_DESC_LIST_LEN); in target_parse_xcopy_cmd()
834 if (se_cmd->data_length < (XCOPY_HDR_LEN + tdll + sdll + inline_dl)) { in target_parse_xcopy_cmd()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-vf610/
H A Dddrmc-vf610.h38 u16 tdll; member
/OK3568_Linux_fs/u-boot/board/phytec/pcm052/
H A Dpcm052.c234 .tdll = 512, in dram_init()
289 .tdll = 512, in dram_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A Dddrmc-vf610.c145 DDRMC_CR23_TDLL(timings->tdll), &ddrmr->cr[23]); in ddrmc_ctrl_init_ddr3()
/OK3568_Linux_fs/u-boot/board/freescale/vf610twr/
H A Dvf610twr.c112 .tdll = 512, in dram_init()
/OK3568_Linux_fs/u-boot/board/toradex/colibri_vf/
H A Dcolibri_vf.c131 .tdll = 512, in dram_init()