Lines Matching +full:0 +full:xfe200000
29 if (((word >> area) & 1) == 0) { in __area_sdram_check()
30 printk("PCI: Area %d is not configured for SDRAM. BCR1=0x%lx\n", in __area_sdram_check()
32 return 0; in __area_sdram_check()
38 if (((word >> (area << 1)) & 0x3) != 0x3) { in __area_sdram_check()
39 printk("PCI: Area %d is not 32 bit SDRAM. BCR2=0x%lx\n", in __area_sdram_check()
41 return 0; in __area_sdram_check()
51 .start = 0x1000,
66 .mem_offset = 0x00000000,
67 .io_offset = 0x00000000,
74 .size = 0x04000000,
86 chan->reg_base = 0xfe200000; in sh7751_pci_init()
98 reg |= 0x80000; in sh7751_pci_init()
102 pci_write_reg(chan, 0, SH4_PCICLKR); in sh7751_pci_init()
124 /* Set the values on window 0 PCI config registers */ in sh7751_pci_init()
133 pr_debug("PCI: Setting upper bits of Memory window to 0x%x\n", word); in sh7751_pci_init()
138 word = chan->resources[0].start & SH4_PCIIOBR_MASK; in sh7751_pci_init()
139 pr_debug("PCI: Setting upper bits of IO window to 0x%x\n", word); in sh7751_pci_init()
146 case SH7751_CS0_BASE_ADDR: word = __area_sdram_check(chan, 0); break; in sh7751_pci_init()