OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_DM9000_BASE
(Results
1 - 7
of
7
) sorted by null
/external/u-boot/include/configs/
at91sam9261ek.h
77
#define
CONFIG_DM9000_BASE
0x30000000
78
#define DM9000_IO
CONFIG_DM9000_BASE
79
#define DM9000_DATA (
CONFIG_DM9000_BASE
+ 4)
devkit8000.h
52
#define
CONFIG_DM9000_BASE
0x2c000000
53
#define DM9000_IO
CONFIG_DM9000_BASE
54
#define DM9000_DATA (
CONFIG_DM9000_BASE
+ 0x400)
colibri_pxa270.h
69
#define
CONFIG_DM9000_BASE
0x08000000
70
#define DM9000_IO (
CONFIG_DM9000_BASE
)
71
#define DM9000_DATA (
CONFIG_DM9000_BASE
+ 4)
M5253DEMO.h
57
# define
CONFIG_DM9000_BASE
(CONFIG_SYS_CS1_BASE | 0x300)
58
# define DM9000_IO
CONFIG_DM9000_BASE
59
# define DM9000_DATA (
CONFIG_DM9000_BASE
+ 4)
pm9261.h
183
#define
CONFIG_DM9000_BASE
0x30000000
184
#define DM9000_IO
CONFIG_DM9000_BASE
185
#define DM9000_DATA (
CONFIG_DM9000_BASE
+ 4)
/external/u-boot/board/timll/devkit8000/
devkit8000.c
79
CONFIG_DM9000_BASE
, GPMC_SIZE_16M);
102
CONFIG_DM9000_BASE
, GPMC_SIZE_16M);
/external/u-boot/drivers/net/
dm9000x.c
234
printf("dm9000 i/o: 0x%x, id: 0x%x \n",
CONFIG_DM9000_BASE
,
239
CONFIG_DM9000_BASE
, id_val);
Completed in 1031 milliseconds