Searched refs:XFER_SW_DMA_0 (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/ata/ |
H A D | libata-pata-timings.c | 35 { XFER_SW_DMA_0, 120, 0, 0, 0, 480, 480, 50, 960, 0 }, 139 if (speed >= XFER_PIO_0 && speed < XFER_SW_DMA_0) { in ata_timing_compute()
|
H A D | pata_triflex.c | 95 case XFER_SW_DMA_0: in triflex_load_timing()
|
H A D | libata-transport.c | 183 { XFER_SW_DMA_0, "XFER_SW_DMA_0" },
|
/linux/include/linux/ |
H A D | ata.h | 398 XFER_SW_DMA_0 = 0x10, enumerator
|
/linux/Documentation/userspace-api/ioctl/ |
H A D | hdio.rst | 462 && NSECTOR >= XFER_SW_DMA_0 && the drive supports any DMA
|