Home
last modified time | relevance | path

Searched refs:INTR_DMA_WR_TO_RST (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/dev/pci/
Dif_alereg.h519 #define INTR_DMA_WR_TO_RST 0x00000800 macro
542 (INTR_DMA_RD_TO_RST | INTR_DMA_WR_TO_RST | \
Dif_agereg.h467 #define INTR_DMA_WR_TO_RST 0x00000800 macro
490 (INTR_SMB | INTR_DMA_RD_TO_RST | INTR_DMA_WR_TO_RST | \
Dif_alcreg.h777 #define INTR_DMA_WR_TO_RST 0x00000400 macro
813 (INTR_DMA_RD_TO_RST | INTR_DMA_WR_TO_RST | \
Dif_ale.c1259 if (status & (INTR_DMA_RD_TO_RST | INTR_DMA_WR_TO_RST)) { in ale_intr()
1263 if (status & INTR_DMA_WR_TO_RST) in ale_intr()
Dif_age.c479 if (status & (INTR_DMA_RD_TO_RST | INTR_DMA_WR_TO_RST)) { in age_intr()
483 if (status & INTR_DMA_WR_TO_RST) in age_intr()
Dif_alc.c2225 if (status & (INTR_DMA_RD_TO_RST | INTR_DMA_WR_TO_RST | in alc_intr()
2230 if (status & INTR_DMA_WR_TO_RST) in alc_intr()