Searched refs:RCTL_BAM (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dif_dgereg.h160 #define RCTL_BAM 0x00008000 macro
H A Dif_dge.c2236 sc->sc_rctl &= ~(RCTL_BAM | RCTL_UPE | RCTL_MPE);
2239 sc->sc_rctl |= RCTL_BAM;
H A Dif_wmreg.h788 #define RCTL_BAM __BIT(15) /* broadcast accept mode */ macro
H A Dif_wm.c4471 sc->sc_rctl &= ~(RCTL_BAM | RCTL_UPE | RCTL_MPE);
4474 sc->sc_rctl |= RCTL_BAM;
16553 if (mreg & RCTL_BAM)

Completed in 308 milliseconds