projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
pci: layerscape: Remove the shadow SVR definitions
[platform/kernel/u-boot.git]
/
arch
/
arm
/
include
/
asm
/
arch-ls102xa
/
svr.h
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* Copyright 2021 NXP
4
*/
5
6
#ifndef _ASM_LS102X_SVR_H_
7
#define _ASM_LS102X_SVR_H_
8
9
#define SVR_LS102XA 0
10
#define SVR_VAR_PER_SHIFT 8
11
#define SVR_LS102XA_MASK 0x700
12
13
#endif /* _ASM_LS102X_SVR_H_ */