OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_tx_active
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/sunxi/
sun4i_emac.c
195
uint8_t
sc_tx_active
;
member in struct:sun4i_emac_softc
633
sc->
sc_tx_active
&= ~__BIT(slot);
658
if (sc->
sc_tx_active
== 0)
675
if ((sc->
sc_tx_active
& 1) == 0) {
683
sc->
sc_tx_active
|= 1;
686
if ((sc->
sc_tx_active
& 2) == 0) {
694
sc->
sc_tx_active
|= 2;
Completed in 40 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025