Lines Matching refs:bcr
682 s->bcr[BCR_BSBC] &= ~0x0080; in pcnet_s_reset()
1515 s->bcr[rap] = val; in pcnet_bcr_writew()
1531 val = s->bcr[rap] & ~0x8000; in pcnet_bcr_readw()
1535 val = rap < 32 ? s->bcr[rap] : 0; in pcnet_bcr_readw()
1548 s->bcr[BCR_MSRDA] = 0x0005; in pcnet_h_reset()
1549 s->bcr[BCR_MSWRA] = 0x0005; in pcnet_h_reset()
1550 s->bcr[BCR_MC ] = 0x0002; in pcnet_h_reset()
1551 s->bcr[BCR_LNKST] = 0x00c0; in pcnet_h_reset()
1552 s->bcr[BCR_LED1 ] = 0x0084; in pcnet_h_reset()
1553 s->bcr[BCR_LED2 ] = 0x0088; in pcnet_h_reset()
1554 s->bcr[BCR_LED3 ] = 0x0090; in pcnet_h_reset()
1555 s->bcr[BCR_FDC ] = 0x0000; in pcnet_h_reset()
1556 s->bcr[BCR_BSBC ] = 0x9001; in pcnet_h_reset()
1557 s->bcr[BCR_EECAS] = 0x0002; in pcnet_h_reset()
1558 s->bcr[BCR_SWS ] = 0x0200; in pcnet_h_reset()
1559 s->bcr[BCR_PLAT ] = 0xff06; in pcnet_h_reset()
1693 VMSTATE_UINT16_ARRAY(bcr, PCNetState, 32),