HomeSort by: relevance | last modified time | path
    Searched refs:ISR_LCD (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/newsmips/apbus/
if_snreg.h 237 #define ISR_LCD 0x1000 /* load CAM command has completed */
if_sn.c 682 while (((NIC_GET(sc, SNR_ISR) & ISR_LCD) == 0) && timeout--)
685 if (NIC_GET(sc, SNR_ISR) & ISR_LCD)
686 NIC_PUT(sc, SNR_ISR, ISR_LCD);
813 if (isr & (ISR_BR | ISR_LCD | ISR_TC))

Completed in 63 milliseconds