Home
last modified time | relevance | path

Searched refs:GM_RXCR_MCF_ENA (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/marvell/
H A Dsky2.c297 reg |= GM_RXCR_UCF_ENA | GM_RXCR_MCF_ENA; in sky2_gmac_reset()
948 GM_RXCR_UCF_ENA | GM_RXCR_CRC_DIS | GM_RXCR_MCF_ENA); in sky2_mac_init()
3860 reg &= ~(GM_RXCR_UCF_ENA | GM_RXCR_MCF_ENA); in sky2_set_multicast()
3864 reg &= ~GM_RXCR_MCF_ENA; in sky2_set_multicast()
3866 reg |= GM_RXCR_MCF_ENA; in sky2_set_multicast()
H A Dskge.h1766 GM_RXCR_MCF_ENA = 1<<14, /* Bit 14: Enable Multicast filtering */ enumerator
H A Dsky2.h1777 GM_RXCR_MCF_ENA = 1<<14, /* Bit 14: Enable Multicast filtering */ enumerator