Home
last modified time | relevance | path

Searched defs:ATA_FLAG_PIO_DMA (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dahci.h119 #define ATA_FLAG_PIO_DMA (1 << 8) /* PIO cmds via DMA */ macro
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_dwc.h144 ATA_FLAG_PIO_DMA = (1 << 7), enumerator
/OK3568_Linux_fs/kernel/include/linux/
H A Dlibata.h199 ATA_FLAG_PIO_DMA = (1 << 7), /* PIO cmds via DMA */ enumerator