HomeSort by: relevance | last modified time | path
    Searched defs:pciide_channel (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
pciidevar.h 135 struct pciide_channel { /* per-channel data */ struct in struct:pciide_softc
169 /* Given an ata_channel, get the pciide_channel. */
170 #define CHAN_TO_PCHAN(chp) ((struct pciide_channel *) (chp))
212 void pciide_channel_dma_setup(struct pciide_channel *);
247 struct pciide_channel *, int);
249 struct pciide_channel *, int (*pci_intr)(void *));
254 struct pciide_channel *, pcireg_t, int (*pci_intr)(void *));
256 struct pciide_channel *, int);
258 struct pciide_channel *, int);

Completed in 19 milliseconds