Searched refs:ATA_F_DMA (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/usr.sbin/bhyve/
H A Dahci.h37 #define ATA_F_DMA 0x01 /* enable DMA */ macro
/freebsd-10-stable/sys/dev/ata/
H A Data-sata.c253 fis[3] = ATA_F_DMA;
H A Data-all.h38 #define ATA_F_DMA 0x01 /* enable DMA */ macro
H A Data-lowlevel.c694 ATA_IDX_OUTB(ch, ATA_FEATURE, ATA_F_DMA);
/freebsd-10-stable/sys/dev/siis/
H A Dsiis.h33 #define ATA_F_DMA 0x01 /* enable DMA */ macro
H A Dsiis.c1699 fis[3] = ATA_F_DMA;
/freebsd-10-stable/sys/dev/mvs/
H A Dmvs.h186 #define ATA_F_DMA 0x01 /* enable DMA */ macro
H A Dmvs.c1365 ATA_OUTB(ch->r_mem, ATA_FEATURE, ATA_F_DMA);
/freebsd-10-stable/sys/dev/ahci/
H A Dahci.h34 #define ATA_F_DMA 0x01 /* enable DMA */ macro
H A Dahci.c2342 fis[3] = ATA_F_DMA;

Completed in 200 milliseconds