Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sun/
H A Dsunqe.c515 qep->mconfig = (MREGS_MCONFIG_TXENAB | in qe_open()
628 u8 new_mconfig = qep->mconfig; in qe_set_multicast()
673 qep->mconfig = new_mconfig; in qe_set_multicast()
674 sbus_writeb(qep->mconfig, qep->mregs + MREGS_MCONFIG); in qe_set_multicast()
H A Dsunqe.h345 u8 mconfig; /* Base MACE mconfig value */ member