Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sh/drivers/pci/
Dfixups-se7751.c39 unsigned long bcr1, wcr1, wcr2, wcr3, mcr; in pci_fixup_pcic() local
49 bcr1 = (*(volatile unsigned long*)(SH7751_BCR1)); in pci_fixup_pcic()
56 bcr1 = bcr1 | 0x00080000; /* Enable Bit 19, BREQEN */ in pci_fixup_pcic()
57 (*(volatile unsigned long*)(SH7751_BCR1)) = bcr1; in pci_fixup_pcic()
59 bcr1 = bcr1 | 0x40080000; /* Enable Bit 19 BREQEN, set PCIC to slave */ in pci_fixup_pcic()
60 PCIC_WRITE(SH7751_PCIBCR1, bcr1); /* PCIC BCR1 */ in pci_fixup_pcic()
Dfixups-landisk.c42 unsigned long bcr1, mcr; in pci_fixup_pcic() local
44 bcr1 = __raw_readl(SH7751_BCR1); in pci_fixup_pcic()
45 bcr1 |= 0x40080000; /* Enable Bit 19 BREQEN, set PCIC to slave */ in pci_fixup_pcic()
46 pci_write_reg(chan, bcr1, SH4_PCIBCR1); in pci_fixup_pcic()
Dfixups-rts7751r2d.c44 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()
/linux-3.4.99/drivers/mtd/nand/
Drtc_from4.c475 unsigned short bcr1, bcr2, wcr2; in rtc_from4_init() local
498 bcr1 = *SH77X9_BCR1 & ~0x0002; in rtc_from4_init()
499 bcr1 |= 0x0002; in rtc_from4_init()
500 *SH77X9_BCR1 = bcr1; in rtc_from4_init()