OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CR_LCAM
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
dp83932reg.h
173
#define
CR_LCAM
(1U << 9) /* Load CAM */
dp83932.c
1263
CSR_WRITE(sc, SONIC_CR,
CR_LCAM
);
1265
if ((CSR_READ(sc, SONIC_CR) &
CR_LCAM
) == 0)
1269
if (CSR_READ(sc, SONIC_CR) &
CR_LCAM
)
/src/sys/arch/newsmips/apbus/
if_snreg.h
92
#define
CR_LCAM
0x0200 /* load CAM with descriptor at s_cdp */
if_sn.c
670
NIC_PUT(sc, SNR_CR,
CR_LCAM
);
674
while ((NIC_GET(sc, SNR_CR) &
CR_LCAM
) && timeout--)
Completed in 15 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025