Searched refs:INTR_DMA_RD_TO_RST (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/sys/dev/age/
H A Dif_agereg.h462 #define INTR_DMA_RD_TO_RST 0x00000400 macro
486 (INTR_SMB | INTR_DMA_RD_TO_RST | INTR_DMA_WR_TO_RST | \
H A Dif_age.c2181 if ((status & (INTR_DMA_RD_TO_RST | INTR_DMA_WR_TO_RST)) != 0) {
2182 if ((status & INTR_DMA_RD_TO_RST) != 0)
/freebsd-10.1-release/sys/dev/ale/
H A Dif_alereg.h525 #define INTR_DMA_RD_TO_RST 0x00000400 macro
549 (INTR_DMA_RD_TO_RST | INTR_DMA_WR_TO_RST | \
H A Dif_ale.c2288 if ((status & (INTR_DMA_RD_TO_RST | INTR_DMA_WR_TO_RST)) != 0) {
2289 if ((status & INTR_DMA_RD_TO_RST) != 0)
/freebsd-10.1-release/sys/dev/alc/
H A Dif_alcreg.h671 #define INTR_DMA_RD_TO_RST 0x00000200 macro
707 (INTR_DMA_RD_TO_RST | INTR_DMA_WR_TO_RST | \
H A Dif_alc.c2701 if ((status & (INTR_DMA_RD_TO_RST | INTR_DMA_WR_TO_RST |
2703 if ((status & INTR_DMA_RD_TO_RST) != 0)

Completed in 171 milliseconds