Searched defs:INTSTS_PRERR (Results 1 - 2 of 2) sorted by relevance

/drivers/ide/
H A Dscc_pata.c54 #define INTSTS_PRERR 0x40000000 macro
414 if (reg & INTSTS_PRERR) {
423 out_be32((void __iomem *)intsts_port, INTSTS_PRERR|INTSTS_BMSINT);
/drivers/ata/
H A Dpata_scc.c109 #define INTSTS_PRERR 0x40000000 macro
676 if (reg & INTSTS_PRERR) {
681 out_be32(bmid_base + SCC_DMA_INTST, INTSTS_PRERR|INTSTS_BMSINT);

Completed in 71 milliseconds