Home
last modified time | relevance | path

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

/freebsd/sys/dev/sym/
H A Dsym_defs.h422 /*42*/ u16 nc_sist; /* <--: interrupt status */ member
H A Dsym_hipd.c2958 INW (nc_sist); in sym_soft_reset()
3258 INW (nc_sist); in sym_init()
3844 sist |= INW (nc_sist); in sym_intr1()
6892 (void) INW (nc_sist); /* clear pending scsi interrupt */
6894 (void) INW (nc_sist); /* another one, just to be sure :) */
6898 while (!(INW(nc_sist) & GEN) && ms++ < 100000)