Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xlreg.h178 #define XL_STAT_INTLATCH 0x0001 /* 0 */ macro
198 XL_STAT_DOWN_COMPLETE|XL_STAT_TX_COMPLETE|XL_STAT_INTLATCH)
H A Dif_xl.c3167 CSR_WRITE_2(sc, XL_COMMAND, XL_CMD_INTR_ACK|XL_STAT_INTLATCH); in xl_stop()