Home
last modified time | relevance | path

Searched refs:io_width (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-6.6/drivers/memory/
H A Demif.c746 device_info->io_width, get_emif_bus_width(emif)); in emif_onetime_settings()
788 static int is_dev_data_valid(u32 type, u32 density, u32 io_width, u32 phy_type, in is_dev_data_valid() argument
797 && (io_width >= DDR_IO_WIDTH_8 in is_dev_data_valid()
798 && io_width <= DDR_IO_WIDTH_32); in is_dev_data_valid()
891 u32 density = 0, io_width = 0; in of_get_ddr_info() local
906 of_property_read_u32(np_ddr, "io-width", &io_width); in of_get_ddr_info()
914 /* Convert from io_width in bits to io_width encoding in jedc_ddr.h */ in of_get_ddr_info()
915 if (io_width & (io_width in of_get_ddr_info()
[all...]
H A Djedec_ddr.h200 unsigned int io_width : 2; member
212 int io_width; member
H A Dof_memory.c339 err = of_property_read_u32(np, "io-width", &info.io_width); in of_lpddr2_get_info()
343 info.io_width = 32 / info.io_width - 1; in of_lpddr2_get_info()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dg_NCR5380.c48 int io_width; \
327 hostdata->io_width = 1; /* 8-bit PDMA by default */ in generic_NCR5380_init_one()
342 hostdata->io_width = 2; /* 16-bit PDMA */ in generic_NCR5380_init_one()
544 if (hostdata->io_port && hostdata->io_width == 2) in generic_NCR5380_precv()
623 if (hostdata->io_port && hostdata->io_width == 2) in generic_NCR5380_psend()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dg_NCR5380.c48 int io_width; \
327 hostdata->io_width = 1; /* 8-bit PDMA by default */ in generic_NCR5380_init_one()
342 hostdata->io_width = 2; /* 16-bit PDMA */ in generic_NCR5380_init_one()
544 if (hostdata->io_port && hostdata->io_width == 2) in generic_NCR5380_precv()
623 if (hostdata->io_port && hostdata->io_width == 2) in generic_NCR5380_psend()
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Demif_plat.h48 * @io_width: Bus width
58 u32 io_width; member
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Demif_plat.h48 * @io_width: Bus width
58 u32 io_width; member
/kernel/linux/linux-5.10/drivers/memory/
H A Demif.c1124 device_info->io_width, get_emif_bus_width(emif)); in emif_onetime_settings()
1166 static int is_dev_data_valid(u32 type, u32 density, u32 io_width, u32 phy_type, in is_dev_data_valid() argument
1175 && (io_width >= DDR_IO_WIDTH_8 in is_dev_data_valid()
1176 && io_width <= DDR_IO_WIDTH_32); in is_dev_data_valid()
1269 u32 density = 0, io_width = 0; in of_get_ddr_info() local
1284 of_property_read_u32(np_ddr, "io-width", &io_width); in of_get_ddr_info()
1292 /* Convert from io_width in bits to io_width encoding in jedc_ddr.h */ in of_get_ddr_info()
1293 if (io_width & (io_width in of_get_ddr_info()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbtrfs_tree.h377 __le32 io_width; member
430 __le32 io_width; member
/kernel/linux/linux-5.10/fs/btrfs/
H A Dvolumes.h94 u32 io_width; member
373 int io_width; member
H A Ddev-replace.c217 dev_replace->tgtdev->io_width = fs_info->sectorsize; in btrfs_init_dev_replace()
299 device->io_width = fs_info->sectorsize; in btrfs_init_dev_replace_tgtdev()
H A Dctree.h1541 BTRFS_SETGET_FUNCS(device_io_width, struct btrfs_dev_item, io_width, 32);
1559 io_width, 32);
1586 BTRFS_SETGET_FUNCS(chunk_io_width, struct btrfs_chunk, io_width, 32);
1606 io_width, 32);
H A Dvolumes.c1913 btrfs_set_device_io_width(leaf, dev_item, device->io_width); in btrfs_add_dev_item()
2645 device->io_width = fs_info->sectorsize; in btrfs_init_new_device()
2844 btrfs_set_device_io_width(leaf, dev_item, device->io_width); in btrfs_update_device()
5180 map->io_width = BTRFS_STRIPE_LEN; in create_chunk()
6739 map->io_width = btrfs_chunk_io_width(leaf, chunk); in read_one_chunk()
6807 device->io_width = btrfs_device_io_width(leaf, dev_item); in fill_device_from_item()
H A Ddisk-io.c3941 btrfs_set_stack_device_io_width(dev_item, dev->io_width); in write_all_supers()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dvolumes.h128 u32 io_width; member
518 int io_width; member
H A Daccessors.h131 BTRFS_SETGET_FUNCS(device_io_width, struct btrfs_dev_item, io_width, 32);
148 io_width, 32);
174 BTRFS_SETGET_FUNCS(chunk_io_width, struct btrfs_chunk, io_width, 32);
192 BTRFS_SETGET_STACK_FUNCS(stack_chunk_io_width, struct btrfs_chunk, io_width, 32);
H A Ddev-replace.c222 dev_replace->tgtdev->io_width = fs_info->sectorsize; in btrfs_init_dev_replace()
306 device->io_width = fs_info->sectorsize; in btrfs_init_dev_replace_tgtdev()
H A Dvolumes.c1881 btrfs_set_device_io_width(leaf, dev_item, device->io_width); in btrfs_add_dev_item()
2684 device->io_width = fs_info->sectorsize; in btrfs_init_new_device()
2892 btrfs_set_device_io_width(leaf, dev_item, device->io_width); in btrfs_update_device()
5404 map->io_width = BTRFS_STRIPE_LEN; in create_chunk()
6811 map->io_width = btrfs_chunk_io_width(leaf, chunk); in read_one_chunk()
6876 device->io_width = btrfs_device_io_width(leaf, dev_item); in fill_device_from_item()
H A Ddisk-io.c4115 btrfs_set_stack_device_io_width(dev_item, dev->io_width); in write_all_supers()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbtrfs_tree.h574 __le32 io_width; member
627 __le32 io_width; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dbtrfs_tree.h127 __le32 io_width; member
149 __le32 io_width; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dbtrfs_tree.h127 __le32 io_width; member
149 __le32 io_width; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbtrfs_tree.h113 __le32 io_width; member
148 __le32 io_width; member
/kernel/linux/linux-6.6/drivers/memory/tegra/
H A Dtegra20-emc.c508 if (info->io_width != emc->basic_conf4.io_width) in tegra_emc_find_node_by_ram_code()
593 32 >> emc->basic_conf4.io_width); in emc_read_lpddr_sdram_info()
H A Dtegra30-emc.c1115 32 >> basic_conf4.io_width); in emc_read_lpddr_sdram_info()

Completed in 60 milliseconds