Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/txp/
H A Dif_txpreg.h72 #define TXP_INT_LATCH 0x00000001 /* interrupt latch */ macro
H A Dif_txp.c807 if ((status & TXP_INT_LATCH) == 0) in txp_intr()
831 if ((isr & TXP_INT_LATCH) != 0) in txp_int_task()
868 if (more != 0 || READ_REG(sc, TXP_ISR & TXP_INT_LATCH) != 0) { in txp_int_task()