returnval          47 arch/powerpc/kernel/rtas_pci.c 	int returnval = -1;
returnval          64 arch/powerpc/kernel/rtas_pci.c 		ret = rtas_call(ibm_read_pci_config, 4, 2, &returnval,
returnval          67 arch/powerpc/kernel/rtas_pci.c 		ret = rtas_call(read_pci_config, 2, 2, &returnval, addr, size);
returnval          69 arch/powerpc/kernel/rtas_pci.c 	*val = returnval;