Lines Matching +full:0 +full:x2000
74 int i, index=0; in prom_getenv()
79 if(strncmp(envname, prom_envp(index), i) == 0) { in prom_getenv()
90 if (c >= '0' && c <= '9') in str2hexnum()
91 return c - '0'; in str2hexnum()
94 return 0; /* foo */ in str2hexnum()
101 for (i = 0; i < 6; i++) { in str2eaddr()
126 for (i=0; i<5; i++) in get_ethernet_addr()
131 return 0; in get_ethernet_addr()
138 int baud = 0; in console_config()
139 char parity = '\0', bits = '\0', flow = '\0'; in console_config()
145 while (*s >= '0' && *s <= '9') in console_config()
146 baud = baud*10 + *s++ - '0'; in console_config()
154 if (baud == 0) in console_config()
160 if (flow == '\0') in console_config()
175 (void *)(CAC_BASE + 0xa80) : in mips_nmi_setup()
176 (void *)(CAC_BASE + 0x380); in mips_nmi_setup()
177 memcpy(base, &except_vec_nmi, 0x80); in mips_nmi_setup()
178 flush_icache_range((unsigned long)base, (unsigned long)base + 0x80); in mips_nmi_setup()
187 (void *)(CAC_BASE + 0xa00) : in mips_ejtag_setup()
188 (void *)(CAC_BASE + 0x300); in mips_ejtag_setup()
189 memcpy(base, &except_vec_ejtag_debug, 0x80); in mips_ejtag_setup()
190 flush_icache_range((unsigned long)base, (unsigned long)base + 0x80); in mips_ejtag_setup()
212 if (BONITO_PCIDID == 0x0001df53 || in prom_init()
213 BONITO_PCIDID == 0x0003df53) in prom_init()
261 _pcictrl_gt64120 = (unsigned long)ioremap(MIPS_GT_BASE, 0x2000); in prom_init()
267 GT_WRITE(GT_PCI0_CMD_OFS, 0); in prom_init()
272 if ((start & map) != 0) { in prom_init()
309 _pcictrl_msc = (unsigned long)ioremap(MIPS_MSC01_PCI_REG_BASE, 0x2000); in prom_init()
346 _pcictrl_msc = (unsigned long)ioremap(MIPS_SOCITSC_PCI_REG_BASE, 0x2000); in prom_init()