OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RCVINT
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/mac68k/dev/
if_mcreg.h
116
#define
RCVINT
0x02 /* Receive Interrupt */
if_mc.c
466
if (ir &
RCVINT
)
/src/sys/arch/macppc/dev/
am79c950reg.h
116
#define
RCVINT
0x02 /* Receive Interrupt */
am79c950.c
464
if (ir &
RCVINT
)
/src/sys/arch/arm/broadcom/
bcm53xx_eth.c
580
sc->sc_intmask |=
RCVINT
| RCVDESCUF | RCVFIFOOF;
1250
sc->sc_intmask |=
RCVINT
| RCVFIFOOF | RCVDESCUF;
1790
if (intstatus &
RCVINT
) {
1792
intmask &= ~
RCVINT
;
1940
intmask |=
RCVINT
;
2000
intmask |=
RCVINT
;
2007
if (intstatus &
RCVINT
) {
2008
bcmeth_write_4(sc, GMAC_INTSTATUS,
RCVINT
);
bcm53xx_reg.h
788
#define
RCVINT
__BIT(16)
Completed in 19 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025