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

/freebsd-current/sys/powerpc/mpc85xx/
H A Dfsl_sata.h32 #define ATA_F_DMA 0x01 /* enable DMA */ macro
H A Dfsl_sata.c1655 fis[3] = ATA_F_DMA;
/freebsd-current/usr.sbin/bhyve/
H A Dahci.h37 #define ATA_F_DMA 0x01 /* enable DMA */ macro
/freebsd-current/sys/dev/ata/
H A Data-sata.c252 fis[3] = ATA_F_DMA;
H A Data-all.h38 #define ATA_F_DMA 0x01 /* enable DMA */ macro
H A Data-lowlevel.c693 ATA_IDX_OUTB(ch, ATA_FEATURE, ATA_F_DMA);
/freebsd-current/sys/dev/siis/
H A Dsiis.h33 #define ATA_F_DMA 0x01 /* enable DMA */ macro
H A Dsiis.c1698 fis[3] = ATA_F_DMA;
/freebsd-current/sys/dev/mvs/
H A Dmvs.h186 #define ATA_F_DMA 0x01 /* enable DMA */ macro
H A Dmvs.c1356 ATA_OUTB(ch->r_mem, ATA_FEATURE, ATA_F_DMA);
/freebsd-current/sys/dev/ahci/
H A Dahci.h34 #define ATA_F_DMA 0x01 /* enable DMA */ macro
H A Dahci.c2556 fis[3] = ATA_F_DMA;

Completed in 124 milliseconds