Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dskx_common.h244 int skx_get_hi_lo(unsigned int did, int off[], u64 *tolm, u64 *tohm);
H A Dskx_common.c288 int skx_get_hi_lo(unsigned int did, int off[], u64 *tolm, u64 *tohm) in skx_get_hi_lo() argument
319 *tohm = skx_tohm; in skx_get_hi_lo()
H A Dsb_edac.c402 u64 tolm, tohm; member
1787 pvt->tohm = pvt->info.get_tohm(pvt); in get_memory_layout()
1788 tmp_mb = (1 + pvt->tohm) >> 20; in get_memory_layout()
1792 gb, (mb*1000)/1024, (u64)pvt->tohm); in get_memory_layout()
2065 if (addr >= (u64)pvt->tohm) { in get_memory_error_data()
H A Di10nm_base.c1071 u64 tolm, tohm; in i10nm_init() local
1093 rc = skx_get_hi_lo(0x09a2, off, &tolm, &tohm); in i10nm_init()
H A Dpnd2_edac.c64 u64 tolm, tohm; member