Searched refs:SDRAM_BL (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/m68k/coldfire/
H A Dm53xx.c270 #define SDRAM_BL 8 /* # of beats in a burst */ macro
391 writel(MCF_SDRAMC_SDCFG2_BRD2PRE(SDRAM_BL / 2 + 1) |
392 MCF_SDRAMC_SDCFG2_BWT2RW(SDRAM_BL / 2 + SDRAM_TWR) |
393 MCF_SDRAMC_SDCFG2_BRD2WT((int)((SDRAM_CASL + SDRAM_BL / 2 - 1.0) + 0.5)) |
394 MCF_SDRAMC_SDCFG2_BL(SDRAM_BL - 1),

Completed in 141 milliseconds