Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sh/drivers/pci/
Dfixups-se7751.c41 unsigned long bcr1, wcr1, wcr2, wcr3, mcr; in pci_fixup_pcic() local
51 bcr1 = (*(volatile unsigned long*)(SH7751_BCR1)); in pci_fixup_pcic()
58 bcr1 = bcr1 | 0x00080000; /* Enable Bit 19, BREQEN */ in pci_fixup_pcic()
59 (*(volatile unsigned long*)(SH7751_BCR1)) = bcr1; in pci_fixup_pcic()
61 bcr1 = bcr1 | 0x40080000; /* Enable Bit 19 BREQEN, set PCIC to slave */ in pci_fixup_pcic()
62 PCIC_WRITE(SH7751_PCIBCR1, bcr1); /* PCIC BCR1 */ in pci_fixup_pcic()
Dfixups-landisk.c41 unsigned long bcr1, mcr; in pci_fixup_pcic() local
43 bcr1 = __raw_readl(SH7751_BCR1); in pci_fixup_pcic()
44 bcr1 |= 0x40080000; /* Enable Bit 19 BREQEN, set PCIC to slave */ in pci_fixup_pcic()
45 pci_write_reg(chan, bcr1, SH4_PCIBCR1); in pci_fixup_pcic()
Dfixups-rts7751r2d.c41 unsigned long bcr1, mcr; in pci_fixup_pcic() local
43 bcr1 = __raw_readl(SH7751_BCR1); in pci_fixup_pcic()
44 bcr1 |= 0x40080000; /* Enable Bit 19 BREQEN, set PCIC to slave */ in pci_fixup_pcic()
45 pci_write_reg(chan, bcr1, SH4_PCIBCR1); in pci_fixup_pcic()
/Linux-v5.4/drivers/mtd/nand/raw/
Dstm32_fmc2_nand.c1382 u32 bcr1 = readl_relaxed(fmc2->io_base + FMC2_BCR1); in stm32_fmc2_init() local
1413 bcr1 |= FMC2_BCR1_FMC2EN; in stm32_fmc2_init()
1415 writel_relaxed(bcr1, fmc2->io_base + FMC2_BCR1); in stm32_fmc2_init()