Home
last modified time | relevance | path

Searched refs:mem_width_in_bytes (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/edac/
H A Ddmc520_edac.c171 u32 mem_width_in_bytes; member
279 u32 mem_width_in_bytes = 0; in dmc520_get_memory_width() local
286 mem_width_in_bytes = 4; in dmc520_get_memory_width()
288 mem_width_in_bytes = 8; in dmc520_get_memory_width()
289 return mem_width_in_bytes; in dmc520_get_memory_width()
362 return (u64)pvt->mem_width_in_bytes << (col_bits + row_bits + bank_bits); in dmc520_get_rank_size()
464 dimm->grain = pvt->mem_width_in_bytes; in dmc520_init_csrow()
549 pvt->mem_width_in_bytes = dmc520_get_memory_width(pvt); in dmc520_edac_probe()