base_bits         394 drivers/edac/amd64_edac.c 	u64 csbase, csmask, base_bits, mask_bits;
base_bits         400 drivers/edac/amd64_edac.c 		base_bits	= GENMASK_ULL(31, 21) | GENMASK_ULL(15, 9);
base_bits         431 drivers/edac/amd64_edac.c 			base_bits = mask_bits =
base_bits         434 drivers/edac/amd64_edac.c 			base_bits = mask_bits =
base_bits         438 drivers/edac/amd64_edac.c 	*base  = (csbase & base_bits) << addr_shift;