Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/
H A Data-all.h397 struct ata_channel { struct
398 device_t dev; /* device handle */
399 int unit; /* physical channel */
400 int attached; /* channel is attached */
401 struct ata_resource r_io[ATA_MAX_RES];/* I/O resources */
402 struct resource *r_irq; /* interrupt of this channel */
403 void *ih; /* interrupt handle */
404 struct ata_lowlevel hw; /* lowlevel HW functions */
405 struct ata_dma dma; /* DMA data / functions */
406 int flags; /* channel flags */
[all …]