Home
last modified time | relevance | path

Searched refs:BCR_MC (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/net/
H A Dpcnet.h16 #define BCR_MC 2 macro
27 #define BCR_TMAULOOP(S) !!((S)->bcr[BCR_MC ] & 0x4000)
28 #define BCR_APROMWE(S) !!((S)->bcr[BCR_MC ] & 0x0100)
H A Dpcnet.c1510 case BCR_MC: in pcnet_bcr_writew()
1550 s->bcr[BCR_MC ] = 0x0002; in pcnet_h_reset()