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

/freebsd-11-stable/sys/dev/jedec_dimm/
H A Djedec_dimm.c425 uint32_t sdram_width; local
473 device_printf(sc->dev, "failed to read sdram_width: %d\n", rc);
542 sdram_width = 1 << sdram_width_byte;
543 sdram_width *= 4;
565 *capacity_mb = sdram_capacity / 8 * bus_width / sdram_width *

Completed in 401 milliseconds