Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dwm.c215 l->rctl = RCTL_EN | RCTL_LBM_NONE | RCTL_RDMTS_1_2; in wm_init()
/netbsd-src/sys/dev/pci/
H A Dif_wmreg.h769 #define RCTL_EN __BIT(1) /* receiver enable */ macro
H A Dif_wm.c5464 CSR_WRITE(sc, WMREG_RCTL, rctl & ~RCTL_EN); in wm_flush_desc_rings()
5480 CSR_WRITE(sc, WMREG_RCTL, rctl | RCTL_EN); in wm_flush_desc_rings()
5483 CSR_WRITE(sc, WMREG_RCTL, rctl & ~RCTL_EN); in wm_flush_desc_rings()
5618 sc->sc_rctl &= ~RCTL_EN; in wm_reset()
5983 if ((sc->sc_rctl & RCTL_EN) != 0) in wm_add_rxbuf()
7514 sc->sc_rctl = RCTL_EN | RCTL_LBM_NONE | RCTL_RDMTS_1_2 | RCTL_DPF in wm_init_locked()
7674 sc->sc_rctl &= ~RCTL_EN; in wm_stop_locked()