Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dsonic.c536 rcr = SONIC_READ(SONIC_RCR) & ~(SONIC_RCR_PRO | SONIC_RCR_AMC); in sonic_multicast_list()
569 SONIC_WRITE(SONIC_RCR, rcr); in sonic_multicast_list()
726 SONIC_WRITE(SONIC_RCR, SONIC_RCR_DEFAULT); in sonic_init()
Dsonic.h32 #define SONIC_RCR 0x02 macro