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

/freebsd-13-stable/sys/dev/cas/
H A Dif_casreg.h49 #define CAS_STATUS_ALIAS 0x001c /* interrupt status alias */ macro
85 * CAS_STATUS_ALIAS
87 * which of bits 0-9 auto-clear when reading CAS_STATUS_ALIAS.
164 * and CAS_STATUS_ALIAS[2-4].
166 * of bits 0-9 auto-clear when reading the corresponding CAS_STATUS_ALIAS[2-4].
412 * is read each time CAS_STATUS_ALIAS is read. The blanking time is specified
H A Dif_cas.c1065 /* Don't clear top level interrupts when CAS_STATUS_ALIAS is read. */
1952 if (__predict_false((CAS_READ_4(sc, CAS_STATUS_ALIAS) &
2066 status = CAS_READ_4(sc, CAS_STATUS_ALIAS);

Completed in 67 milliseconds