Searched refs:CR_LCAM (Results 1 – 4 of 4) sorted by relevance
92 #define CR_LCAM 0x0200 /* load CAM with descriptor at s_cdp */ macro
670 NIC_PUT(sc, SNR_CR, CR_LCAM); in camprogram()674 while ((NIC_GET(sc, SNR_CR) & CR_LCAM) && timeout--) in camprogram()
173 #define CR_LCAM (1U << 9) /* Load CAM */ macro
1263 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()