bcr2               42 arch/sh/drivers/pci/fixups-se7751.c 	unsigned short bcr2;
bcr2               52 arch/sh/drivers/pci/fixups-se7751.c 	bcr2 = (*(volatile unsigned short*)(SH7751_BCR2));
bcr2               63 arch/sh/drivers/pci/fixups-se7751.c 	PCIC_WRITE(SH7751_PCIBCR2, bcr2);     /* PCIC BCR2 */
bcr2              137 drivers/cpufreq/longhaul.c 	union msr_bcr2 bcr2;
bcr2              139 drivers/cpufreq/longhaul.c 	rdmsrl(MSR_VIA_BCR2, bcr2.val);
bcr2              141 drivers/cpufreq/longhaul.c 	bcr2.bits.ESOFTBF = 1;
bcr2              142 drivers/cpufreq/longhaul.c 	bcr2.bits.CLOCKMUL = mults_index & 0xff;
bcr2              147 drivers/cpufreq/longhaul.c 	wrmsrl(MSR_VIA_BCR2, bcr2.val);
bcr2              154 drivers/cpufreq/longhaul.c 	rdmsrl(MSR_VIA_BCR2, bcr2.val);
bcr2              155 drivers/cpufreq/longhaul.c 	bcr2.bits.ESOFTBF = 0;
bcr2              156 drivers/cpufreq/longhaul.c 	wrmsrl(MSR_VIA_BCR2, bcr2.val);
bcr2              766 drivers/net/ethernet/amd/pcnet32.c 	int suspended, bcr2, bcr9, csr15;
bcr2              777 drivers/net/ethernet/amd/pcnet32.c 		bcr2 = lp->a->read_bcr(ioaddr, 2);
bcr2              779 drivers/net/ethernet/amd/pcnet32.c 			lp->a->write_bcr(ioaddr, 2, bcr2 | 0x0002);
bcr2              781 drivers/net/ethernet/amd/pcnet32.c 			lp->a->write_bcr(ioaddr, 2, bcr2 & ~0x0002);