OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qec
(Results
1 - 2
of
2
) 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
...]
Completed in 14 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025