Lines Matching +full:0 +full:xb0000
14 #define MICRO_SUPPORT_CARD_BASE 0x43f00000
15 #define SMC911X_BASE ((MICRO_SUPPORT_CARD_BASE) + 0x00000)
16 #define LED_BASE ((MICRO_SUPPORT_CARD_BASE) + 0x90000)
17 #define NS16550A_BASE ((MICRO_SUPPORT_CARD_BASE) + 0xb0000)
18 #define MICRO_SUPPORT_CARD_RESET ((MICRO_SUPPORT_CARD_BASE) + 0xd0034)
19 #define MICRO_SUPPORT_CARD_REVISION ((MICRO_SUPPORT_CARD_BASE) + 0xd00E0)
22 * 0: reset deassert, 1: reset
24 * bit[0]: LAN, I2C, LED
29 writel(0x00010000, MICRO_SUPPORT_CARD_RESET); in support_card_reset_deassert()
34 writel(0x00020003, MICRO_SUPPORT_CARD_RESET); in support_card_reset()
42 revision &= 0xff; in support_card_show_revision()
47 revision >> 4, revision & 0xf); in support_card_show_revision()
49 return 0; in support_card_show_revision()
70 return smc911x_initialize(0, SMC911X_BASE); in board_eth_init()
95 for (i = 0; i < loop; i++, scratch_addr++) { in mem_is_flash()
101 ret = 0; in mem_is_flash()
113 {0x42000000, 0x01f00000},
133 cfi_flash_num_flash_banks = 0; in detect_num_flash_banks()
147 debug("flash bank found: base = 0x%lx, size = 0x%lx\n", in detect_num_flash_banks()
168 0x7e, /* 0 */
169 0x0c, /* 1 */
170 0xb6, /* 2 */
171 0x9e, /* 3 */
172 0xcc, /* 4 */
173 0xda, /* 5 */
174 0xfa, /* 6 */
175 0x4e, /* 7 */
176 0xfe, /* 8 */
177 0xde, /* 9 */
181 0xee, /* A */
182 0xf8, /* B */
183 0x72, /* C */
184 0xbc, /* D */
185 0xf2, /* E */
186 0xe2, /* F */
187 0x7a, /* G */
188 0xe8, /* H */
189 0x08, /* I */
190 0x3c, /* J */
191 0xea, /* K */
192 0x70, /* L */
193 0x6e, /* M */
194 0xa8, /* N */
195 0xb8, /* O */
196 0xe6, /* P */
197 0xce, /* Q */
198 0xa0, /* R */
199 0xc8, /* S */
200 0x8c, /* T */
201 0x7c, /* U */
202 0x54, /* V */
203 0xfc, /* W */
204 0xec, /* X */
205 0xdc, /* Y */
206 0xa4, /* Z */
212 return ledval_num[c - '0']; in char2ledval()
216 return 0; in char2ledval()
222 u32 val = 0; in led_puts()
227 for (i = 0; i < 4; i++) { in led_puts()
230 if (*s != '\0') in led_puts()