cs_found         1830 drivers/edac/amd64_edac.c 	int cs_found = -EINVAL;
cs_found         1835 drivers/edac/amd64_edac.c 		return cs_found;
cs_found         1857 drivers/edac/amd64_edac.c 				cs_found =  csrow;
cs_found         1860 drivers/edac/amd64_edac.c 			cs_found = f10_process_possible_spare(pvt, dct, csrow);
cs_found         1862 drivers/edac/amd64_edac.c 			edac_dbg(1, " MATCH csrow=%d\n", cs_found);
cs_found         1866 drivers/edac/amd64_edac.c 	return cs_found;
cs_found         1907 drivers/edac/amd64_edac.c 	int cs_found = -EINVAL;
cs_found         1976 drivers/edac/amd64_edac.c 	cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, channel);
cs_found         1978 drivers/edac/amd64_edac.c 	if (cs_found >= 0)
cs_found         1981 drivers/edac/amd64_edac.c 	return cs_found;
cs_found         1987 drivers/edac/amd64_edac.c 	int cs_found = -EINVAL;
cs_found         2098 drivers/edac/amd64_edac.c 	cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, alias_channel);
cs_found         2100 drivers/edac/amd64_edac.c 	if (cs_found >= 0)
cs_found         2103 drivers/edac/amd64_edac.c 	return cs_found;
cs_found         2110 drivers/edac/amd64_edac.c 	int cs_found = -EINVAL;
cs_found         2118 drivers/edac/amd64_edac.c 			cs_found = f15_m30h_match_to_this_node(pvt, range,
cs_found         2124 drivers/edac/amd64_edac.c 			cs_found = f1x_match_to_this_node(pvt, range,
cs_found         2126 drivers/edac/amd64_edac.c 			if (cs_found >= 0)
cs_found         2130 drivers/edac/amd64_edac.c 	return cs_found;