Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dsb_edac.c2043 int interleave_mode, shiftup = 0; in get_memory_error_data() local
2164 shiftup = GET_BITFIELD(reg, 22, 22); in get_memory_error_data()
2168 idx, *socket, sad_ha, shiftup); in get_memory_error_data()
2221 idx = (addr >> (6 + sck_way + shiftup)) & 0x3; in get_memory_error_data()
2296 ch_addr >>= (6 + shiftup); in get_memory_error_data()
2298 ch_addr <<= (6 + shiftup); in get_memory_error_data()
2299 ch_addr |= addr & ((1 << (6 + shiftup)) - 1); in get_memory_error_data()
2338 shiftup = 6; in get_memory_error_data()
2340 shiftup = 13; in get_memory_error_data()
2342 rank_addr = ch_addr >> shiftup; in get_memory_error_data()
[all …]