Home
last modified time | relevance | path

Searched refs:device_width (Results 1 – 11 of 11) sorted by relevance

/u-boot/include/
A Dfsl_ddr_dimm_params.h29 unsigned int device_width; /* x4, x8, x16 components */ member
/u-boot/drivers/ddr/marvell/a38x/
A Dmv_ddr_spd.h135 unsigned char device_width:3, member
A Dmv_ddr_plat.c948 u32 device_width; in ddr3_get_device_width() local
950 device_width = (reg_read(SDRAM_ADDR_CTRL_REG) & in ddr3_get_device_width()
954 return (device_width == 0) ? 8 : 16; in ddr3_get_device_width()
A Dmv_ddr_spd.c154 unsigned char dev_width = spd_data->byte_fields.byte_12.bit_fields.device_width; in mv_ddr_spd_dev_width_get()
/u-boot/drivers/ddr/fsl/
A Dddr3_dimm_params.c130 pdimm->device_width = 1 << ((spd->organization & 0x7) + 2); in ddr_compute_dimm_parameters()
A Dddr4_dimm_params.c183 pdimm->device_width = 1 << ((spd->organization & 0x7) + 2); in ddr_compute_dimm_parameters()
A Doptions.c952 popts->x4_en = (pdimm[0].device_width == 4) ? 1 : 0; in populate_memctl_options()
A Dinteractive.c234 DIMM_PARM(device_width), in fsl_ddr_dimm_parameters_edit()
333 DIMM_PARM(device_width), in print_dimm_parameters()
/u-boot/arch/x86/include/asm/arch-apollolake/fsp/
A Dfsp_m_upd.h28 u8 device_width; member
/u-boot/arch/x86/cpu/apollolake/
A Dfsp_bindings.c375 .offset = offsetof(struct fsp_m_config, chan[0].device_width),
407 .offset = offsetof(struct fsp_m_config, chan[1].device_width),
439 .offset = offsetof(struct fsp_m_config, chan[2].device_width),
471 .offset = offsetof(struct fsp_m_config, chan[3].device_width),
/u-boot/drivers/mtd/nand/raw/brcmnand/
A Dbrcmnand.c167 unsigned int device_width; member
2043 (!!(cfg->device_width == 16) << CFG_BUS_WIDTH_SHIFT) | in brcmnand_set_cfg()
2080 cfg->spare_area_size, cfg->device_width); in brcmnand_print_cfg()
2142 cfg->device_width = (chip->options & NAND_BUSWIDTH_16) ? 16 : 8; in brcmnand_setup_dev()

Completed in 40 milliseconds