Lines Matching +full:0 +full:xfe200000
26 if (((word >> area) & 1) == 0) { in __area_sdram_check()
27 printk("PCI: Area %d is not configured for SDRAM. BCR1=0x%lx\n", in __area_sdram_check()
29 return 0; in __area_sdram_check()
35 if (((word >> (area << 1)) & 0x3) != 0x3) { in __area_sdram_check()
36 printk("PCI: Area %d is not 32 bit SDRAM. BCR2=0x%lx\n", in __area_sdram_check()
38 return 0; in __area_sdram_check()
48 .start = 0x1000,
63 .mem_offset = 0x00000000,
64 .io_offset = 0x00000000,
71 .size = 0x04000000,
83 chan->reg_base = 0xfe200000; in sh7751_pci_init()
95 reg |= 0x80000; in sh7751_pci_init()
99 pci_write_reg(chan, 0, SH4_PCICLKR); in sh7751_pci_init()
121 /* Set the values on window 0 PCI config registers */ in sh7751_pci_init()
130 pr_debug("PCI: Setting upper bits of Memory window to 0x%x\n", word); in sh7751_pci_init()
135 word = chan->resources[0].start & SH4_PCIIOBR_MASK; in sh7751_pci_init()
136 pr_debug("PCI: Setting upper bits of IO window to 0x%x\n", word); in sh7751_pci_init()
143 case SH7751_CS0_BASE_ADDR: word = __area_sdram_check(chan, 0); break; in sh7751_pci_init()