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

/u-boot/fs/btrfs/
H A Dvolumes.c556 map->io_width = btrfs_chunk_io_width(leaf, chunk);
602 device->io_width = btrfs_device_io_width(leaf, dev_item);
H A Dctree.h220 BTRFS_SETGET_FUNCS(device_io_width, struct btrfs_dev_item, io_width, 32);
238 io_width, 32);
265 BTRFS_SETGET_FUNCS(chunk_io_width, struct btrfs_chunk, io_width, 32);
285 io_width, 32);
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 Dvolumes.h37 u32 io_width; member in struct:btrfs_device
81 int io_width; member in struct:map_lookup
/u-boot/drivers/net/
H A Dsmc911x.c459 u32 io_width; local
465 ret = dev_read_u32(dev, "reg-io-width", &io_width);
467 priv->use_32_bit_io = (io_width == 4);
/u-boot/board/sunxi/
H A Ddram_sun5i_auto.c13 .io_width = 0,
H A Ddram_sun4i_auto.c10 .io_width = 0,
/u-boot/arch/arm/mach-omap2/omap5/
H A Dsdram.c192 .io_width = LPDDR2_IO_WIDTH_32,
/u-boot/arch/arm/mach-omap2/omap4/
H A Dsdram_elpida.c153 .io_width = LPDDR2_IO_WIDTH_32,
160 .io_width = LPDDR2_IO_WIDTH_32,
/u-boot/arch/arm/mach-omap2/
H A Demif-common.c665 config_reg |= cs0_device->io_width << EMIF_REG_NARROW_MODE_SHIFT;
669 config_reg |= addressing->row_sz[cs0_device->io_width] <<
677 config_reg |= addressing->col_sz[cs0_device->io_width] <<
969 cs0_dev_details->io_width);
1194 lpddr2_device->io_width = temp;
/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun4i.c597 reg_val |= DRAM_DCR_IO_WIDTH(para->io_width >> 3);
702 if (para->io_width && para->bus_width && para->density)
706 para->io_width = 16;
728 actual_density = (dram_size >> 17) * para->io_width / para->bus_width;
/u-boot/arch/arm/include/asm/
H A Demif.h1186 u8 io_width; member in struct:lpddr2_device_details
/u-boot/fs/btrfs/kernel-shared/
H A Dbtrfs_tree.h412 __le32 io_width; member in struct:btrfs_dev_item
465 __le32 io_width; member in struct:btrfs_chunk
/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun4i.h73 u32 io_width; member in struct:dram_para

Completed in 146 milliseconds