Searched refs:CONFIG_DM9000_BASE (Results 1 – 9 of 9) sorted by relevance
37 #define CONFIG_DM9000_BASE 0xb6000000 macro38 #define DM9000_IO CONFIG_DM9000_BASE39 #define DM9000_DATA (CONFIG_DM9000_BASE + 2)
47 #define CONFIG_DM9000_BASE 0x2c000000 macro48 #define DM9000_IO CONFIG_DM9000_BASE49 #define DM9000_DATA (CONFIG_DM9000_BASE + 0x400)
75 #define CONFIG_DM9000_BASE 0x30000000 macro76 #define DM9000_IO CONFIG_DM9000_BASE77 #define DM9000_DATA (CONFIG_DM9000_BASE + 4)
64 #define CONFIG_DM9000_BASE 0x08000000 macro65 #define DM9000_IO (CONFIG_DM9000_BASE)66 #define DM9000_DATA (CONFIG_DM9000_BASE + 4)
48 # define CONFIG_DM9000_BASE (CONFIG_SYS_CS1_BASE | 0x300) macro49 # define DM9000_IO CONFIG_DM9000_BASE50 # define DM9000_DATA (CONFIG_DM9000_BASE + 4)
178 #define CONFIG_DM9000_BASE 0x30000000 macro179 #define DM9000_IO CONFIG_DM9000_BASE180 #define DM9000_DATA (CONFIG_DM9000_BASE + 4)
82 CONFIG_DM9000_BASE, GPMC_SIZE_16M); in gpmc_dm9000_config()105 CONFIG_DM9000_BASE, GPMC_SIZE_16M); in misc_init_r()
235 printf("dm9000 i/o: 0x%x, id: 0x%x \n", CONFIG_DM9000_BASE, in dm9000_probe()240 CONFIG_DM9000_BASE, id_val); in dm9000_probe()
296 CONFIG_DM9000_BASE
Completed in 11 milliseconds