Home
last modified time | relevance | path

Searched refs:bcr2 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sh/drivers/pci/
H A Dfixups-se7751.c42 unsigned short bcr2; in pci_fixup_pcic() local
52 bcr2 = (*(volatile unsigned short*)(SH7751_BCR2)); in pci_fixup_pcic()
63 PCIC_WRITE(SH7751_PCIBCR2, bcr2); /* PCIC BCR2 */ in pci_fixup_pcic()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dlonghaul.c137 union msr_bcr2 bcr2; in do_longhaul1() local
139 rdmsrl(MSR_VIA_BCR2, bcr2.val); in do_longhaul1()
141 bcr2.bits.ESOFTBF = 1; in do_longhaul1()
142 bcr2.bits.CLOCKMUL = mults_index & 0xff; in do_longhaul1()
147 wrmsrl(MSR_VIA_BCR2, bcr2.val); in do_longhaul1()
154 rdmsrl(MSR_VIA_BCR2, bcr2.val); in do_longhaul1()
155 bcr2.bits.ESOFTBF = 0; in do_longhaul1()
156 wrmsrl(MSR_VIA_BCR2, bcr2.val); in do_longhaul1()
/OK3568_Linux_fs/u-boot/drivers/ram/
H A Dstm32_sdram.c20 u32 bcr2; /* NOR/PSRAM Chip select Control register 2 */ member
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h366 uint32_t bcr2; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/
H A Dpcnet32.c755 int suspended, bcr2, bcr9, csr15; in pcnet32_set_link_ksettings() local
766 bcr2 = lp->a->read_bcr(ioaddr, 2); in pcnet32_set_link_ksettings()
768 lp->a->write_bcr(ioaddr, 2, bcr2 | 0x0002); in pcnet32_set_link_ksettings()
770 lp->a->write_bcr(ioaddr, 2, bcr2 & ~0x0002); in pcnet32_set_link_ksettings()