Lines Matching +full:0 +full:x2000
45 int baud = 0; in console_config()
46 char parity = '\0', bits = '\0', flow = '\0'; in console_config()
51 while (*s >= '0' && *s <= '9') in console_config()
52 baud = baud*10 + *s++ - '0'; in console_config()
66 if (baud == 0) in console_config()
72 if (flow == '\0') in console_config()
76 sprintf(console_string, "uart8250,io,0x3f8,%d%c%c", baud, in console_config()
95 (void *)(CAC_BASE + 0xa80) : in mips_nmi_setup()
96 (void *)(CAC_BASE + 0x380); in mips_nmi_setup()
97 memcpy(base, except_vec_nmi, 0x80); in mips_nmi_setup()
98 flush_icache_range((unsigned long)base, (unsigned long)base + 0x80); in mips_nmi_setup()
107 (void *)(CAC_BASE + 0xa00) : in mips_ejtag_setup()
108 (void *)(CAC_BASE + 0x300); in mips_ejtag_setup()
109 memcpy(base, except_vec_ejtag_debug, 0x80); in mips_ejtag_setup()
110 flush_icache_range((unsigned long)base, (unsigned long)base + 0x80); in mips_ejtag_setup()
129 if (BONITO_PCIDID == 0x0001df53 || in prom_init()
130 BONITO_PCIDID == 0x0003df53) in prom_init()
178 _pcictrl_gt64120 = (unsigned long)ioremap(MIPS_GT_BASE, 0x2000); in prom_init()
184 GT_WRITE(GT_PCI0_CMD_OFS, 0); in prom_init()
189 if ((start & map) != 0) { in prom_init()
226 _pcictrl_msc = (unsigned long)ioremap(MIPS_MSC01_PCI_REG_BASE, 0x2000); in prom_init()
272 _pcictrl_msc = (unsigned long)ioremap(MIPS_SOCITSC_PCI_REG_BASE, 0x2000); in prom_init()