OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CONFIG_ENV_SECT_SIZE
(Results
76 - 100
of
249
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/u-boot/include/configs/
at91sam9260ek.h
122
#define
CONFIG_ENV_SECT_SIZE
0x210
132
#define
CONFIG_ENV_SECT_SIZE
0x210
at91sam9261ek.h
108
#define
CONFIG_ENV_SECT_SIZE
0x210
119
#define
CONFIG_ENV_SECT_SIZE
0x210
ax25-ae350.h
124
#define
CONFIG_ENV_SECT_SIZE
0x1000
brppt1.h
220
#define
CONFIG_ENV_SECT_SIZE
(4 << 10) /* 4 KB sectors */
cl-som-am57x.h
48
#define
CONFIG_ENV_SECT_SIZE
(64 * 1024)
clearfog.h
39
#define
CONFIG_ENV_SECT_SIZE
0x200
cm_t43.h
89
#define
CONFIG_ENV_SECT_SIZE
(64 * 1024)
controlcenterdc.h
60
#define
CONFIG_ENV_SECT_SIZE
(256 << 10) /* 256KiB sectors */
edb93xx.h
38
#define
CONFIG_ENV_SECT_SIZE
0x00020000
42
#define
CONFIG_ENV_SECT_SIZE
0x00020000
46
#define
CONFIG_ENV_SECT_SIZE
0x00020000
50
#define
CONFIG_ENV_SECT_SIZE
0x00040000
54
#define
CONFIG_ENV_SECT_SIZE
0x00020000
58
#define
CONFIG_ENV_SECT_SIZE
0x00040000
62
#define
CONFIG_ENV_SECT_SIZE
0x00040000
66
#define
CONFIG_ENV_SECT_SIZE
0x00020000
191
#define CONFIG_ENV_ADDR_REDUND (CONFIG_ENV_ADDR +
CONFIG_ENV_SECT_SIZE
)
193
#define CONFIG_ENV_SIZE
CONFIG_ENV_SECT_SIZE
[
all
...]
espt.h
62
#define
CONFIG_ENV_SECT_SIZE
(128 * 1024)
63
#define CONFIG_ENV_SIZE (
CONFIG_ENV_SECT_SIZE
)
64
#define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + (1 *
CONFIG_ENV_SECT_SIZE
))
67
#define CONFIG_ENV_SIZE_REDUND (
CONFIG_ENV_SECT_SIZE
)
68
#define CONFIG_ENV_ADDR_REDUND (CONFIG_SYS_FLASH_BASE + (2 *
CONFIG_ENV_SECT_SIZE
))
flea3.h
123
#define
CONFIG_ENV_SECT_SIZE
(64 * 1024)
124
#define CONFIG_ENV_SIZE
CONFIG_ENV_SECT_SIZE
helios4.h
48
#define
CONFIG_ENV_SECT_SIZE
0x200
imx6-engicam.h
32
# define
CONFIG_ENV_SECT_SIZE
CONFIG_ENV_SIZE
ls1012a_common.h
62
#define
CONFIG_ENV_SECT_SIZE
0x40000
meesc.h
104
#define
CONFIG_ENV_SECT_SIZE
0x210
microblaze-generic.h
101
# define
CONFIG_ENV_SECT_SIZE
0x20000
103
(CONFIG_SYS_FLASH_BASE + (2 *
CONFIG_ENV_SECT_SIZE
))
123
# define
CONFIG_ENV_SECT_SIZE
0x10000
124
# define CONFIG_ENV_SIZE (2 *
CONFIG_ENV_SECT_SIZE
)
126
# define CONFIG_ENV_OFFSET (128 *
CONFIG_ENV_SECT_SIZE
) /* at 8MB */
ms7720se.h
55
#define
CONFIG_ENV_SECT_SIZE
(64 * 1024)
56
#define CONFIG_ENV_SIZE
CONFIG_ENV_SECT_SIZE
ms7722se.h
76
#define
CONFIG_ENV_SECT_SIZE
(8 * 1024)
77
#define CONFIG_ENV_SIZE (
CONFIG_ENV_SECT_SIZE
)
78
#define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + (1 *
CONFIG_ENV_SECT_SIZE
))
80
#define CONFIG_ENV_SIZE_REDUND (
CONFIG_ENV_SECT_SIZE
)
81
#define CONFIG_ENV_ADDR_REDUND (CONFIG_SYS_FLASH_BASE + (2 *
CONFIG_ENV_SECT_SIZE
))
mvebu_armada-8k.h
67
#define
CONFIG_ENV_SECT_SIZE
(64 << 10) /* 64KiB sectors */
mx28evk.h
39
#define
CONFIG_ENV_SECT_SIZE
(128 * 1024)
51
#define
CONFIG_ENV_SECT_SIZE
0x1000
mx6slevk.h
140
#define
CONFIG_ENV_SECT_SIZE
(64 * 1024)
ot1200.h
109
#define
CONFIG_ENV_SECT_SIZE
(64 * 1024)
pcm052.h
216
#define
CONFIG_ENV_SECT_SIZE
(128 * 1024)
pcm058.h
87
#define
CONFIG_ENV_SECT_SIZE
(64 * SZ_1K)
94
CONFIG_ENV_SECT_SIZE
)
99
#define
CONFIG_ENV_SECT_SIZE
(128 * SZ_1K)
pfla02.h
89
#define
CONFIG_ENV_SECT_SIZE
(64 * SZ_1K)
96
CONFIG_ENV_SECT_SIZE
)
101
#define
CONFIG_ENV_SECT_SIZE
(128 * SZ_1K)
Completed in 7628 milliseconds
1
2
3
4
5
6
7
8
9
10