Home
last modified time | relevance | path

Searched refs:PCIIDE_BMICX_SSBM (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/
H A Dpciide.h47 #define PCIIDE_BMICX_SSBM 0x01 /* Start/Stop Bus Master */ macro
62 #define PCIIDE_BMICX_MASK (~(PCIIDE_BMICX_SSBM | PCIIDE_BMICX_RWCON))
H A Data_dma.c262 tmp &= (PCIIDE_BMICX_MASK & (~PCIIDE_BMICX_SSBM)); in ata_pciide_dma_stop()