Searched refs:sdram_type (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/include/hw/i2c/ |
H A D | smbus_eeprom.h | 33 enum sdram_type { SDR = 0x4, DDR = 0x7, DDR2 = 0x8 }; enum 34 uint8_t *spd_data_generate(enum sdram_type type, ram_addr_t size);
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | spd_sdram.c | 133 unsigned int sdram_type; in spd_sdram() local 787 sdram_type = SDRAM_CFG_SDRAM_TYPE_DDR1; in spd_sdram() 789 sdram_type = SDRAM_CFG_SDRAM_TYPE_DDR2; in spd_sdram() 794 | sdram_type /* SDRAM type */ in spd_sdram()
|
/openbmc/u-boot/drivers/ram/ |
H A D | mpc83xx_sdram.c | 340 u32 self_refresh, ecc, registered_dram, sdram_type, in mpc83xx_sdram_probe() local 819 sdram_type = dev_read_u32_default(dev, "sdram_type", 0); in mpc83xx_sdram_probe() 820 switch (sdram_type) { in mpc83xx_sdram_probe() 826 dev->name, sdram_type); in mpc83xx_sdram_probe() 924 sdram_type << SDRAM_CFG_SDRAM_TYPE_SHIFT | in mpc83xx_sdram_probe()
|
/openbmc/u-boot/arch/arm/mach-keystone/ |
H A D | ddr3_spd.c | 126 u8 sdram_type; member 168 spd->sdram_type = 0x03; in ddrtimingcalculation() 369 spd_cb->emif_cfg.sdcfg = spd->sdram_type << 29 | (DDR_TERM & 7) << 25 | in init_ddr3param()
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | emif-common.c | 1512 u32 sdram_type = emif_sdram_type(emif->emif_sdram_config); in sdram_init() local 1523 if ((sdram_type == EMIF_SDRAM_TYPE_LPDDR2) && !warm_reset()) in sdram_init() 1525 else if (sdram_type == EMIF_SDRAM_TYPE_DDR3) in sdram_init() 1546 if (sdram_type == EMIF_SDRAM_TYPE_LPDDR2) in sdram_init() 1581 if (sdram_type == EMIF_SDRAM_TYPE_DDR3 && in sdram_init()
|
/openbmc/u-boot/Documentation/devicetree/bindings/ram/ |
H A D | fsl,mpc83xx-mem-controller.txt | 155 - sdram_type: Type of SDRAM device to be used; possible values: 289 sdram_type = <TYPE_DDR2>;
|
/openbmc/qemu/hw/i2c/ |
H A D | smbus_eeprom.c | 195 uint8_t *spd_data_generate(enum sdram_type type, ram_addr_t ram_size) in spd_data_generate()
|
/openbmc/u-boot/drivers/ddr/fsl/ |
H A D | ctrl_regs.c | 790 unsigned int sdram_type; /* Type of SDRAM */ in set_ddr_sdram_cfg() local 823 sdram_type = CONFIG_FSL_SDRAM_TYPE; in set_ddr_sdram_cfg() 831 if ((sdram_type == SDRAM_TYPE_DDR3) || in set_ddr_sdram_cfg() 832 (sdram_type == SDRAM_TYPE_DDR4)) { in set_ddr_sdram_cfg() 853 | ((sdram_type & 0x7) << 24) in set_ddr_sdram_cfg()
|
/openbmc/qemu/hw/mips/ |
H A D | malta.c | 216 enum sdram_type type; in generate_eeprom_spd()
|