Home
last modified time | relevance | path

Searched refs:dram_io_width (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/plat/intel/soc/agilex/soc/
Dagilex_memory_controller.c340 uint32_t dram_io_width; in configure_hmc_adaptor_regs() local
343 dram_io_width = AGX_MPFE_IOHMC_NIOSRESERVE0_NIOS_RESERVE0( in configure_hmc_adaptor_regs()
345 dram_io_width = (dram_io_width & 0xFF) >> 5; in configure_hmc_adaptor_regs()
349 dram_io_width |= (data & 0x4); in configure_hmc_adaptor_regs()
351 mmio_write_32(AGX_MPFE_HMC_ADP_DDRIOCTRL, dram_io_width); in configure_hmc_adaptor_regs()
/trusted-firmware-a-latest/plat/intel/soc/agilex5/soc/
Dagilex5_memory_controller.c341 uint32_t dram_io_width; in configure_hmc_adaptor_regs() local
344 dram_io_width = AGX_MPFE_IOHMC_NIOSRESERVE0_NIOS_RESERVE0( in configure_hmc_adaptor_regs()
346 dram_io_width = (dram_io_width & 0xFF) >> 5; in configure_hmc_adaptor_regs()
350 dram_io_width |= (data & 0x4); in configure_hmc_adaptor_regs()
352 mmio_write_32(AGX_MPFE_HMC_ADP_DDRIOCTRL, dram_io_width); in configure_hmc_adaptor_regs()
/trusted-firmware-a-latest/plat/intel/soc/stratix10/soc/
Ds10_memory_controller.c369 uint32_t dram_io_width; in configure_hmc_adaptor_regs() local
371 dram_io_width = S10_MPFE_IOHMC_NIOSRESERVE0_NIOS_RESERVE0( in configure_hmc_adaptor_regs()
374 dram_io_width = (dram_io_width & 0xFF) >> 5; in configure_hmc_adaptor_regs()
378 dram_io_width << S10_MPFE_HMC_ADP_DDRIOCTRL_IO_SIZE_OFST); in configure_hmc_adaptor_regs()