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