Home
last modified time | relevance | path

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

/freebsd/sys/dev/ae/
H A Dif_aereg.h66 #define AE_ISR_DISABLE 0x80000000 /* Disable interrupts. */ macro
H A Dif_ae.c1740 AE_WRITE_4(sc, AE_ISR_REG, AE_ISR_DISABLE); in ae_intr()
1770 AE_WRITE_4(sc, AE_ISR_REG, val | AE_ISR_DISABLE); in ae_int_task()