/kernel/linux/linux-6.6/drivers/memory/ |
H A D | emif.c | 746 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 D | jedec_ddr.h | 200 unsigned int io_width : 2; member 212 int io_width; member
|
H A D | of_memory.c | 339 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 D | g_NCR5380.c | 48 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 D | g_NCR5380.c | 48 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 D | emif_plat.h | 48 * @io_width: Bus width 58 u32 io_width; member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | emif_plat.h | 48 * @io_width: Bus width 58 u32 io_width; member
|
/kernel/linux/linux-5.10/drivers/memory/ |
H A D | emif.c | 1124 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 D | btrfs_tree.h | 377 __le32 io_width; member 430 __le32 io_width; member
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | volumes.h | 94 u32 io_width; member 373 int io_width; member
|
H A D | dev-replace.c | 217 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 D | ctree.h | 1541 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 D | volumes.c | 1913 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 D | disk-io.c | 3941 btrfs_set_stack_device_io_width(dev_item, dev->io_width); in write_all_supers()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | volumes.h | 128 u32 io_width; member 518 int io_width; member
|
H A D | accessors.h | 131 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 D | dev-replace.c | 222 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 D | volumes.c | 1881 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 D | disk-io.c | 4115 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 D | btrfs_tree.h | 574 __le32 io_width; member 627 __le32 io_width; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | btrfs_tree.h | 127 __le32 io_width; member 149 __le32 io_width; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | btrfs_tree.h | 127 __le32 io_width; member 149 __le32 io_width; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | btrfs_tree.h | 113 __le32 io_width; member 148 __le32 io_width; member
|
/kernel/linux/linux-6.6/drivers/memory/tegra/ |
H A D | tegra20-emc.c | 508 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 D | tegra30-emc.c | 1115 32 >> basic_conf4.io_width); in emc_read_lpddr_sdram_info()
|