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

/freebsd-11.0-release/sys/dev/cas/
H A Dif_casreg.h47 #define CAS_STATUS_ALIAS 0x001c /* interrupt status alias */ macro
83 * CAS_STATUS_ALIAS
85 * which of bits 0-9 auto-clear when reading CAS_STATUS_ALIAS.
162 * and CAS_STATUS_ALIAS[2-4].
164 * of bits 0-9 auto-clear when reading the corresponding CAS_STATUS_ALIAS[2-4].
410 * is read each time CAS_STATUS_ALIAS is read. The blanking time is specified
H A Dif_cas.c1067 /* Don't clear top level interrupts when CAS_STATUS_ALIAS is read. */
1977 if (__predict_false((CAS_READ_4(sc, CAS_STATUS_ALIAS) &
2091 status = CAS_READ_4(sc, CAS_STATUS_ALIAS);

Completed in 61 milliseconds