Searched refs:PCIIDE_BMICX_MASK (Results 1 – 2 of 2) sorted by relevance
238 tmp &= PCIIDE_BMICX_MASK; in ata_pciide_dma_start()262 tmp &= (PCIIDE_BMICX_MASK & (~PCIIDE_BMICX_SSBM)); in ata_pciide_dma_stop()334 tmp &= PCIIDE_BMICX_MASK; in ata_pciide_status_clear()
62 #define PCIIDE_BMICX_MASK (~(PCIIDE_BMICX_SSBM | PCIIDE_BMICX_RWCON)) macro