Home
last modified time | relevance | path

Searched refs:RCR_AM (Results 1 – 5 of 5) sorted by path

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c121 #define RCR_AM 0x04 macro
/illumos-gate/usr/src/uts/common/io/axf/
H A Dax88172reg.h60 #define RCR_AM 0x10 /* accept multicast address */ macro
H A Daxf_usbgem.c540 lp->rcr &= ~(RCR_AP_88772 | RCR_AM | RCR_SEP | RCR_AMALL | RCR_PRO); in axf_set_rx_filter()
556 mode |= RCR_AM; in axf_set_rx_filter()
578 if (mode & RCR_AM) { in axf_set_rx_filter()
/illumos-gate/usr/src/uts/common/io/urf/
H A Drtl8150reg.h77 #define RCR_AM 0x0010 /* Accept multicast */ macro
84 (RCR_AER | RCR_AR | RCR_AM | RCR_AB | RCR_AD | RCR_AAM | RCR_AAP)
H A Durf_usbgem.c320 if (lp->rcr & (RCR_AB | RCR_AD | RCR_AAM | RCR_AAP | RCR_AM)) { in urf_set_rx_filter()
323 lp->rcr &= ~(RCR_AB | RCR_AD | RCR_AAM | RCR_AAP | RCR_AM); in urf_set_rx_filter()
346 mode |= RCR_AM; in urf_set_rx_filter()
360 if (mode & RCR_AM) { in urf_set_rx_filter()