OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txcon
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
smc83c170.c
1391
uint32_t
txcon
, miicfg;
local in function:epic_statchg
1394
* Update loopback bits in
TXCON
to reflect duplex mode.
1396
txcon
= bus_space_read_4(sc->sc_st, sc->sc_sh, EPIC_TXCON);
1398
txcon
|= (TXCON_LOOPBACK_D1 | TXCON_LOOPBACK_D2);
1400
txcon
&= ~(TXCON_LOOPBACK_D1 | TXCON_LOOPBACK_D2);
1401
bus_space_write_4(sc->sc_st, sc->sc_sh, EPIC_TXCON,
txcon
);
smc83c170.c
1391
uint32_t
txcon
, miicfg;
local in function:epic_statchg
1394
* Update loopback bits in
TXCON
to reflect duplex mode.
1396
txcon
= bus_space_read_4(sc->sc_st, sc->sc_sh, EPIC_TXCON);
1398
txcon
|= (TXCON_LOOPBACK_D1 | TXCON_LOOPBACK_D2);
1400
txcon
&= ~(TXCON_LOOPBACK_D1 | TXCON_LOOPBACK_D2);
1401
bus_space_write_4(sc->sc_st, sc->sc_sh, EPIC_TXCON,
txcon
);
Completed in 22 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025