HomeSort by: relevance | last modified time | path
    Searched refs:qec (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/sbus/
qe.c 60 * Driver for the SBus qec+qe QuadEthernet board.
118 struct qec_softc *sc_qec; /* QEC parent */
120 bus_space_handle_t sc_qr; /* QEC registers */
178 struct qec_softc *qec = device_private(parent); local in function:qeattach
220 sc->sc_qec = qec;
221 sc->sc_qr = qec->sc_regs;
224 sc->sc_burst = qec->sc_burst;
547 /* Read QEC status and channel status */
955 struct qec_softc *qec = sc->sc_qec; local in function:qeinit
983 qecaddr = sc->sc_channel * qec->sc_msize
    [all...]
be.c 127 struct qec_softc *sc_qec; /* QEC parent */
129 bus_space_handle_t sc_qr; /* QEC registers */
212 struct qec_softc *qec = device_private(parent); local in function:beattach
257 sc->sc_qec = qec;
258 sc->sc_qr = qec->sc_regs;
271 sc->sc_burst = qec->sc_burst;
274 sc->sc_burst &= qec->sc_burst;
695 /* Read QEC status, channel status and BE status */
716 * QEC Interrupt.
1013 struct qec_softc *qec = sc->sc_qec local in function:beinit
    [all...]
qec.c 1 /* $NetBSD: qec.c,v 1.55 2022/09/25 18:03:04 thorpej Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: qec.c,v 1.55 2022/09/25 18:03:04 thorpej Exp $");
69 CFATTACH_DECL_NEW(qec, sizeof(struct qec_softc),
192 * ethernet board (qe) is stored in the QEC node rather than
297 * Common routine to initialize the QEC packet ring buffer.
  /src/share/man/man4/
Makefile 57 pxaip.4 pxg.4 qat.4 qe.4 qec.4 qemufwcfg.4 qsphy.4 \

Completed in 15 milliseconds