Searched refs:ata_pio_xfer (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/ata/ |
| H A D | libata-sff.c | 577 static void ata_pio_xfer(struct ata_queued_cmd *qc, struct page *page, in ata_pio_xfer() function 633 ata_pio_xfer(qc, page, offset, split_len); in ata_pio_sector() 634 ata_pio_xfer(qc, page + 1, 0, count - split_len); in ata_pio_sector() 636 ata_pio_xfer(qc, page, offset, count); in ata_pio_sector()
|