Home
last modified time | relevance | path

Searched refs:pciebrg (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/board/renesas/sh7757lcr/
H A Dsh7757lcr.c61 struct pciebrg_regs *pciebrg = PCIEBRG_BASE; in init_pcie_bridge() local
68 if (!(readw(&pciebrg->ctrl_h8s) & 0x0001)) in init_pcie_bridge()
93 writew(0xa501, &pciebrg->ctrl_h8s); /* reset */ in init_pcie_bridge()
94 writew(0x0000, &pciebrg->cp_ctrl); in init_pcie_bridge()
95 writew(0x0000, &pciebrg->cp_addr); in init_pcie_bridge()
99 writew(tmp, &pciebrg->cp_data); in init_pcie_bridge()
102 writew(0xa500, &pciebrg->ctrl_h8s); /* start */ in init_pcie_bridge()