mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	This patch moves the SVR definitions to a new svr.h for Layerscape armv7 and armv8 platforms respectively, so that the PCIe driver can reuse them. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: Wasim Khan <wasim.khan@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			240 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			240 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* SPDX-License-Identifier: GPL-2.0+ */
 | 
						|
/*
 | 
						|
 * Copyright 2021 NXP
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef _ASM_LS102X_SVR_H_
 | 
						|
#define _ASM_LS102X_SVR_H_
 | 
						|
 | 
						|
#define SVR_LS102XA		0
 | 
						|
#define SVR_VAR_PER_SHIFT	8
 | 
						|
#define SVR_LS102XA_MASK	0x700
 | 
						|
 | 
						|
#endif /* _ASM_LS102X_SVR_H_ */
 |