Searched refs:burst_length (Results 1 – 6 of 6) sorted by relevance
65 unsigned int burst_length; /* BC4, OTF and BL8 */ member
165 const unsigned int rrt_same_cs = popts->burst_length == DDR_BL8 ? 0U : 2U; in cal_timing_cfg()166 const unsigned int wwt_same_cs = popts->burst_length == DDR_BL8 ? 0U : 2U; in cal_timing_cfg()192 const int rrt_bg = popts->burst_length == DDR_BL8 ? in cal_timing_cfg()194 const int wwt_bg = popts->burst_length == DDR_BL8 ? in cal_timing_cfg()417 popts->burst_length == DDR_BL8) ? 1U : 0U; in cal_ddr_sdram_cfg()552 const unsigned int bl = popts->burst_length == DDR_BL8 ? 0 : in cal_ddr_sdram_mode()553 (popts->burst_length == DDR_BC4 ? 2 : 1); in cal_ddr_sdram_mode()
406 popts->burst_length = DDR_BL8; in update_burst_length()408 popts->burst_length = DDR_OTF; /* on-the-fly BC4 and BL8 */ in update_burst_length()410 popts->burst_length = DDR_BL8; in update_burst_length()414 debug("burst_length 0x%x\n", popts->burst_length); in update_burst_length()
133 popts->burst_length = U(DDR_BL8); in ddr_board_options()
264 popts->burst_length = U(DDR_BL8); in ddr_board_options()
264 popts->burst_length = DDR_BL8; in ddr_board_options()
Completed in 9 milliseconds