Home
last modified time | relevance | path

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

/drivers/edac/
Dskx_common.h175 int skx_get_hi_lo(unsigned int did, int off[], u64 *tolm, u64 *tohm);
Di10nm_base.c546 u64 tolm, tohm; in i10nm_init() local
564 rc = skx_get_hi_lo(0x09a2, off, &tolm, &tohm); in i10nm_init()
Dskx_common.c281 int skx_get_hi_lo(unsigned int did, int off[], u64 *tolm, u64 *tohm) in skx_get_hi_lo() argument
312 *tohm = skx_tohm; in skx_get_hi_lo()
Dsb_edac.c396 u64 tolm, tohm; member
1774 pvt->tohm = pvt->info.get_tohm(pvt); in get_memory_layout()
1775 tmp_mb = (1 + pvt->tohm) >> 20; in get_memory_layout()
1779 gb, (mb*1000)/1024, (u64)pvt->tohm); in get_memory_layout()
1958 if (addr >= (u64)pvt->tohm) { in get_memory_error_data()
Dpnd2_edac.c62 u64 tolm, tohm; member