Lines Matching +full:0 +full:xe0008000
30 return 0; in board_early_init_f()
38 i2c_set_bus_num(0); in read_board_info()
40 if (i2c_read(CONFIG_SYS_I2C_PCF8574A_ADDR, 0, 0, &val8, 1) == 0) in read_board_info()
43 return 0; in read_board_info()
59 i = (!info) ? 4: info & 0x03; in checkboard()
63 return 0; in checkboard()
128 clk->occr |= 0xe0000000; in pci_init_board()
133 pci_law[0].bar = CONFIG_SYS_PCI_MEM_PHYS & LAWBAR_BAR; in pci_init_board()
134 pci_law[0].ar = LBLAWAR_EN | LBLAWAR_512MB; in pci_init_board()
146 out_be32(&sysconf->pecr1, 0xE0008000); in pci_init_board()
147 out_be32(&sysconf->pecr2, 0xE0008000); in pci_init_board()
151 out_be32(&pcie_law[0].bar, CONFIG_SYS_PCIE1_BASE & LAWBAR_BAR); in pci_init_board()
152 out_be32(&pcie_law[0].ar, LBLAWAR_EN | LBLAWAR_512MB); in pci_init_board()
176 if (ret < 0) { in fdt_tsec1_fixup()
199 return 0; in ft_board_setup()
214 return 0; in checkboard()
220 NS16550_init((NS16550_t)(CONFIG_SYS_IMMR + 0x4500), in board_init_f()
225 relocate_code(CONFIG_SYS_NAND_U_BOOT_RELOC + 0x10000, (gd_t *)gd, in board_init_f()
240 NS16550_putc((NS16550_t)(CONFIG_SYS_IMMR + 0x4500), '\r'); in putc()
242 NS16550_putc((NS16550_t)(CONFIG_SYS_IMMR + 0x4500), c); in putc()