Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_xcopy.c203 unsigned short tdll, sense_reason_t *sense_ret) in target_xcopy_parse_target_descriptors() argument
207 int offset = tdll % XCOPY_TARGET_DESC_LEN, rc; in target_xcopy_parse_target_descriptors()
221 " two src/dest descriptors, tdll: %hu too large..\n", tdll); in target_xcopy_parse_target_descriptors()
233 while (start < tdll) { in target_xcopy_parse_target_descriptors()
793 unsigned short tdll; in target_parse_xcopy_cmd() local
807 tdll = get_unaligned_be16(&p[2]); in target_parse_xcopy_cmd()
809 if (tdll + sdll > RCR_OP_MAX_DESC_LIST_LEN) { in target_parse_xcopy_cmd()
811 tdll + sdll, RCR_OP_MAX_DESC_LIST_LEN); in target_parse_xcopy_cmd()
825 se_cmd->data_length, tdll, sdll, inline_dl); in target_parse_xcopy_cmd()
832 tdll, sdll, inline_dl); in target_parse_xcopy_cmd()
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-vf610/
H A Dddrmc-vf610.h37 u16 tdll; member
/openbmc/u-boot/board/phytec/pcm052/
H A Dpcm052.c233 .tdll = 512, in dram_init()
288 .tdll = 512, in dram_init()
/openbmc/u-boot/arch/arm/mach-imx/
H A Dddrmc-vf610.c147 DDRMC_CR23_TDLL(timings->tdll), &ddrmr->cr[23]); in ddrmc_ctrl_init_ddr3()
/openbmc/u-boot/board/freescale/vf610twr/
H A Dvf610twr.c111 .tdll = 512, in dram_init()
/openbmc/u-boot/board/toradex/colibri_vf/
H A Dcolibri_vf.c123 .tdll = 512, in dram_init()