Searched refs:NIC_GET (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/snc/
H A Ddp83932.c446 while ((NIC_GET(sc, SNCR_CR)) & CR_RRRA)
536 if (NIC_GET(sc, SNCR_CR) & CR_TXP)
694 while ((NIC_GET(sc, SNCR_CR) & CR_LCAM) && timeout--)
702 while (((NIC_GET(sc, SNCR_ISR) & ISR_LCD) == 0) && timeout--)
705 if (NIC_GET(sc, SNCR_ISR) & ISR_LCD)
726 ap2 = NIC_GET(sc, SNCR_CAP2);
727 ap1 = NIC_GET(sc, SNCR_CAP1);
728 ap0 = NIC_GET(sc, SNCR_CAP0);
731 printf("CAM enable 0x%x\n", NIC_GET(sc, SNCR_CEP));
829 while ((isr = (NIC_GET(s
[all...]
H A Ddp83932var.h56 #define NIC_GET(sc, reg) (*(sc)->sc_nic_get)(sc, reg) macro

Completed in 52 milliseconds