Lines Matching refs:io_width
746 device_info->io_width, get_emif_bus_width(emif));
788 static int is_dev_data_valid(u32 type, u32 density, u32 io_width, u32 phy_type,
797 && (io_width >= DDR_IO_WIDTH_8
798 && io_width <= DDR_IO_WIDTH_32);
891 u32 density = 0, io_width = 0;
906 of_property_read_u32(np_ddr, "io-width", &io_width);
914 /* Convert from io_width in bits to io_width encoding in jedc_ddr.h */
915 if (io_width & (io_width - 1))
916 dev_info->io_width = 0;
918 dev_info->io_width = __fls(io_width) - 1;
961 pd->device_info->io_width, pd->phy_type, pd->ip_rev,
1018 pd->device_info->density, pd->device_info->io_width,