Searched defs:ata_channel (Results 1 – 1 of 1) sorted by relevance
501 struct ata_channel { struct502 device_t dev; /* device handle */503 int unit; /* physical channel */504 struct ata_resource r_io[ATA_MAX_RES];/* I/O resources */505 struct resource *r_irq; /* interrupt of this channel */506 void *ih; /* interrupt handle */507 struct ata_lowlevel hw; /* lowlevel HW functions */508 struct ata_dma *dma; /* DMA data / functions */509 int flags; /* channel flags */516 int devices; /* what is present */[all …]