Searched defs:fsl_sata_channel (Results 1 – 1 of 1) sorted by relevance
250 struct fsl_sata_channel { struct251 device_t dev; /* Device handle */252 int r_mid; /* Physical channel RID */253 struct resource *r_mem; /* Memory of this channel */254 struct resource *r_irq; /* Interrupt of this channel */255 void *ih; /* Interrupt handle */256 struct ata_dma dma; /* DMA data */257 struct cam_sim *sim;258 struct cam_path *path;259 uint32_t caps; /* Controller capabilities */[all …]