Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpci_sh7751.c16 #define SH7751_BCR2 (vu_short *)0xFF800004 macro
114 if ((p4_in(SH7751_BCR2) & 0xC0) != 0xC0) { in pci_sh7751_init()
116 (unsigned int)p4_in(SH7751_BCR2)); in pci_sh7751_init()
119 if (p4_in(SH7751_BCR2) & 0x01) { in pci_sh7751_init()
121 (unsigned int)p4_in(SH7751_BCR2)); in pci_sh7751_init()
171 p4_out(inw(SH7751_BCR2), SH7751_PCIBCR2); in pci_sh7751_init()
/openbmc/linux/arch/sh/drivers/pci/
H A Dpci-sh7751.h108 #define SH7751_BCR2 0xFF800004 /* Memory BCR2 Register */ macro
H A Dfixups-se7751.c52 bcr2 = (*(volatile unsigned short*)(SH7751_BCR2)); in pci_fixup_pcic()
H A Dpci-sh7751.c33 word = __raw_readw(SH7751_BCR2); in __area_sdram_check()