Lines Matching refs:io_width
1124 device_info->io_width, get_emif_bus_width(emif));
1166 static int is_dev_data_valid(u32 type, u32 density, u32 io_width, u32 phy_type,
1175 && (io_width >= DDR_IO_WIDTH_8
1176 && io_width <= DDR_IO_WIDTH_32);
1269 u32 density = 0, io_width = 0;
1284 of_property_read_u32(np_ddr, "io-width", &io_width);
1292 /* Convert from io_width in bits to io_width encoding in jedc_ddr.h */
1293 if (io_width & (io_width - 1))
1294 dev_info->io_width = 0;
1296 dev_info->io_width = __fls(io_width) - 1;
1339 pd->device_info->io_width, pd->phy_type, pd->ip_rev,
1396 pd->device_info->density, pd->device_info->io_width,