Searched refs:tdll (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/target/ |
H A D | target_core_xcopy.c | 203 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 D | ddrmc-vf610.h | 37 u16 tdll; member
|
/openbmc/u-boot/board/phytec/pcm052/ |
H A D | pcm052.c | 233 .tdll = 512, in dram_init() 288 .tdll = 512, in dram_init()
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | ddrmc-vf610.c | 147 DDRMC_CR23_TDLL(timings->tdll), &ddrmr->cr[23]); in ddrmc_ctrl_init_ddr3()
|
/openbmc/u-boot/board/freescale/vf610twr/ |
H A D | vf610twr.c | 111 .tdll = 512, in dram_init()
|
/openbmc/u-boot/board/toradex/colibri_vf/ |
H A D | colibri_vf.c | 123 .tdll = 512, in dram_init()
|