Home
last modified time | relevance | path

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

/freebsd/sys/dev/sym/
H A Dsym_hipd.c3800 u_char istat, istatc; in sym_intr1() local
3841 istatc = istat; in sym_intr1()
3843 if (istatc & SIP) in sym_intr1()
3845 if (istatc & DIP) in sym_intr1()
3847 istatc = INB (nc_istat); in sym_intr1()
3848 istat |= istatc; in sym_intr1()
3849 } while (istatc & (SIP|DIP)); in sym_intr1()