Home
last modified time | relevance | path

Searched refs:CR_LCAM (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/newsmips/apbus/
Dif_snreg.h92 #define CR_LCAM 0x0200 /* load CAM with descriptor at s_cdp */ macro
Dif_sn.c670 NIC_PUT(sc, SNR_CR, CR_LCAM); in camprogram()
674 while ((NIC_GET(sc, SNR_CR) & CR_LCAM) && timeout--) in camprogram()
/netbsd/src/sys/dev/ic/
Ddp83932reg.h173 #define CR_LCAM (1U << 9) /* Load CAM */ macro
Ddp83932.c1263 CSR_WRITE(sc, SONIC_CR, CR_LCAM); in sonic_set_filter()
1265 if ((CSR_READ(sc, SONIC_CR) & CR_LCAM) == 0) in sonic_set_filter()
1269 if (CSR_READ(sc, SONIC_CR) & CR_LCAM) in sonic_set_filter()