Home
last modified time | relevance | path

Searched refs:ata_dmaload (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/disk/nata/
H A Data-dma.c48 static int ata_dmaload(device_t, caddr_t, int32_t, int, void *, int *);
72 ch->dma->load = ata_dmaload; in ata_dmainit()
219 ata_dmaload(device_t dev, caddr_t data, int32_t count, int dir, in ata_dmaload() function