Searched refs:bcr1 (Results 1 – 3 of 3) sorted by relevance
/arch/sh/drivers/pci/ |
D | fixups-se7751.c | 40 unsigned long bcr1, wcr1, wcr2, wcr3, mcr; in pci_fixup_pcic() local 50 bcr1 = (*(volatile unsigned long*)(SH7751_BCR1)); in pci_fixup_pcic() 57 bcr1 = bcr1 | 0x00080000; /* Enable Bit 19, BREQEN */ in pci_fixup_pcic() 58 (*(volatile unsigned long*)(SH7751_BCR1)) = bcr1; in pci_fixup_pcic() 60 bcr1 = bcr1 | 0x40080000; /* Enable Bit 19 BREQEN, set PCIC to slave */ in pci_fixup_pcic() 61 PCIC_WRITE(SH7751_PCIBCR1, bcr1); /* PCIC BCR1 */ in pci_fixup_pcic()
|
D | fixups-landisk.c | 43 unsigned long bcr1, mcr; in pci_fixup_pcic() local 45 bcr1 = __raw_readl(SH7751_BCR1); in pci_fixup_pcic() 46 bcr1 |= 0x40080000; /* Enable Bit 19 BREQEN, set PCIC to slave */ in pci_fixup_pcic() 47 pci_write_reg(chan, bcr1, SH4_PCIBCR1); in pci_fixup_pcic()
|
D | fixups-rts7751r2d.c | 44 unsigned long bcr1, mcr; in pci_fixup_pcic() local 46 bcr1 = __raw_readl(SH7751_BCR1); in pci_fixup_pcic() 47 bcr1 |= 0x40080000; /* Enable Bit 19 BREQEN, set PCIC to slave */ in pci_fixup_pcic() 48 pci_write_reg(chan, bcr1, SH4_PCIBCR1); in pci_fixup_pcic()
|