Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpci_sh7751.c15 #define SH7751_BCR1 (vu_long *)0xFF800000 macro
109 if ((p4_in(SH7751_BCR1) & 0x20008) == 0x20000) { in pci_sh7751_init()
111 (unsigned int)p4_in(SH7751_BCR1)); in pci_sh7751_init()
126 p4_out((p4_in(SH7751_BCR1) | BCR1_BREQEN), SH7751_BCR1); in pci_sh7751_init()
167 p4_out(inl(SH7751_BCR1) | 0x00080000, SH7751_BCR1); in pci_sh7751_init()
170 p4_out(inl(SH7751_BCR1), SH7751_PCIBCR1); in pci_sh7751_init()
/openbmc/linux/arch/sh/drivers/pci/
H A Dpci-sh7751.c24 word = __raw_readl(SH7751_BCR1); in __area_sdram_check()
94 reg = __raw_readl(SH7751_BCR1); in sh7751_pci_init()
96 __raw_writel(reg, SH7751_BCR1); in sh7751_pci_init()
H A Dfixups-se7751.c51 bcr1 = (*(volatile unsigned long*)(SH7751_BCR1)); in pci_fixup_pcic()
59 (*(volatile unsigned long*)(SH7751_BCR1)) = bcr1; in pci_fixup_pcic()
H A Dfixups-landisk.c43 bcr1 = __raw_readl(SH7751_BCR1); in pci_fixup_pcic()
H A Dfixups-rts7751r2d.c43 bcr1 = __raw_readl(SH7751_BCR1); in pci_fixup_pcic()
H A Dpci-sh7751.h107 #define SH7751_BCR1 0xFF800000 /* Memory BCR1 Register */ macro