Searched refs:bcr1 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/sh/drivers/pci/ |
H A D | fixups-se7751.c | 41 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()
|
H A D | fixups-landisk.c | 41 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()
|
H A D | fixups-rts7751r2d.c | 41 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()
|
/openbmc/u-boot/drivers/ram/ |
H A D | stm32_sdram.c | 20 u32 bcr1; /* NOR/PSRAM Chip select control register 1 */ member 170 clrbits_le32(®s->bcr1, FMC_BCR1_FMCEN); in stm32_sdram_init() 249 setbits_le32(®s->bcr1, FMC_BCR1_FMCEN); in stm32_sdram_init()
|
/openbmc/linux/drivers/memory/ |
H A D | stm32-fmc2-ebi.c | 293 u32 bcr, bcr1; in stm32_fmc2_ebi_check_clk_period() local 301 ret = regmap_read(ebi->regmap, FMC2_BCR1, &bcr1); in stm32_fmc2_ebi_check_clk_period() 305 bcr1 = bcr; in stm32_fmc2_ebi_check_clk_period() 308 if (bcr & FMC2_BCR_BURSTEN && (!cs || !(bcr1 & FMC2_BCR1_CCLKEN))) in stm32_fmc2_ebi_check_clk_period()
|
/openbmc/qemu/hw/sh4/ |
H A D | sh7750.c | 55 uint32_t bcr1; member 218 return s->bcr1; in sh7750_mem_readl() 340 s->bcr1 = mem_value; in sh7750_mem_writel()
|
/openbmc/u-boot/arch/arm/include/asm/arch-ep93xx/ |
H A D | ep93xx.h | 364 uint32_t bcr1; member
|