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

/freebsd-11-stable/sys/dev/xl/
H A Dif_xl.c2167 if ((status & XL_INTRS) == 0 || status == 0xFFFF)
2170 XL_CMD_INTR_ACK|(status & XL_INTRS));
2254 if (status & XL_INTRS && status != 0xFFFF) {
2256 XL_CMD_INTR_ACK|(status & XL_INTRS));
2845 CSR_WRITE_2(sc, XL_COMMAND, XL_CMD_STAT_ENB|XL_INTRS);
2852 CSR_WRITE_2(sc, XL_COMMAND, XL_CMD_INTR_ENB|XL_INTRS);
3064 XL_CMD_INTR_ENB | XL_INTRS);
H A Dif_xlreg.h196 #define XL_INTRS \ macro

Completed in 60 milliseconds