Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/
H A Dpci.c88 setbits_be32(&pci->gscr, PCI_GSCR_PR); in pci_mcf547x_8x_init()
123 clrbits_be32(&pci->gscr, PCI_GSCR_PR); in pci_mcf547x_8x_init()
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dpci.c62 setbits_be32(&pci->gscr, PCI_GSCR_PR); in pci_mcf5445x_init()
121 clrbits_be32(&pci->gscr, PCI_GSCR_PR); in pci_mcf5445x_init()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm547x_8x.h371 #define PCI_GSCR_PR (0x00000001) /* PCI reset */ macro
H A Dm5445x.h847 #define PCI_GSCR_PR (0x00000001) /* PCI reset */ macro