Home
last modified time | relevance | path

Searched refs:io_width (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/board/sunxi/
H A Ddram_sun4i_auto.c9 .io_width = 0,
H A Ddram_sun5i_auto.c12 .io_width = 0,
/openbmc/u-boot/arch/arm/mach-omap2/omap4/
H A Dsdram_elpida.c152 .io_width = LPDDR2_IO_WIDTH_32,
159 .io_width = LPDDR2_IO_WIDTH_32,
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun4i.c596 reg_val |= DRAM_DCR_IO_WIDTH(para->io_width >> 3); in dramc_init_helper()
701 if (para->io_width && para->bus_width && para->density) in dramc_init()
705 para->io_width = 16; in dramc_init()
727 actual_density = (dram_size >> 17) * para->io_width / para->bus_width; in dramc_init()
/openbmc/u-boot/fs/btrfs/
H A Dconv-funcs.h122 DEFINE_CONV(btrfs_dev_item, devid, total_bytes, bytes_used, io_align, io_width,
125 DEFINE_CONV(btrfs_chunk, length, owner, stripe_len, type, io_align, io_width,
H A Dbtrfs_tree.h365 __u32 io_width; member
418 __u32 io_width; member
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun4i.h73 u32 io_width; member
/openbmc/u-boot/arch/arm/mach-omap2/
H A Demif-common.c649 config_reg |= cs0_device->io_width << EMIF_REG_NARROW_MODE_SHIFT; in get_sdram_config_reg()
653 config_reg |= addressing->row_sz[cs0_device->io_width] << in get_sdram_config_reg()
661 config_reg |= addressing->col_sz[cs0_device->io_width] << in get_sdram_config_reg()
953 cs0_dev_details->io_width); in emif_calculate_regs()
1178 lpddr2_device->io_width = temp; in is_lpddr2_sdram_present()
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Dsdram.c191 .io_width = LPDDR2_IO_WIDTH_32,
/openbmc/u-boot/arch/arm/include/asm/
H A Demif.h1187 u8 io_width; member