Lines Matching defs:atac_softc
462 struct atac_softc { struct
463 device_t atac_dev; /* generic device info */
465 int atac_cap; /* controller capabilities */
478 uint8_t atac_pio_cap; /* highest PIO mode supported */
480 uint8_t atac_dma_cap; /* highest DMA mode supported */
482 uint8_t atac_udma_cap; /* highest UDMA mode supported */
487 struct ata_channel **atac_channels;
488 int atac_nchannels;
490 const struct ata_bustype *atac_bustype_ata;
498 struct atapi_adapter atac_atapi_adapter;
499 void (*atac_atapibus_attach)(struct atabus_softc *);
502 void (*atac_probe)(struct ata_channel *);
508 int (*atac_claim_hw)(struct ata_channel *, int);
509 void (*atac_free_hw)(struct ata_channel *);
515 void (*atac_set_modes)(struct ata_channel *);