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

1 2

  /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);
pciide_common.c 177 struct pciide_channel *cp;
230 struct pciide_channel *cp;
288 struct pciide_channel *cp, int compatchan)
337 struct pciide_channel *cp, int (*pci_intr)(void *))
428 struct pciide_channel *pc;
536 struct pciide_channel *cp = arg;
550 struct pciide_channel *cp;
580 pciide_channel_dma_setup(struct pciide_channel *cp)
687 struct pciide_channel *cp;
714 struct pciide_channel *cp = &sc->pciide_channels[channel]
    [all...]
nside.c 93 struct pciide_channel *cp;
161 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
213 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
228 struct pciide_channel *cp;
svwsata.c 41 static void svwsata_mapchan(struct pciide_channel *);
108 struct pciide_channel *cp;
195 struct pciide_channel *pc;
244 svwsata_mapchan(struct pciide_channel *cp)
338 struct pciide_channel *cp;
schide.c 120 struct pciide_channel *cp;
175 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
stpcide.c 90 struct pciide_channel *cp;
145 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
rccide.c 115 struct pciide_channel *cp;
186 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
266 struct pciide_channel *cp;
295 struct pciide_channel *cp;
artsata.c 121 artisea_mapregs(const struct pci_attach_args *pa, struct pciide_channel *cp,
230 struct pciide_channel *cp = &sc->pciide_channels[channel];
242 struct pciide_channel *pc;
315 struct pciide_channel *cp;
383 struct pciide_channel *cp;
viaide.c 44 struct pciide_channel *,
47 struct pciide_channel *);
489 struct pciide_channel *cp;
764 via_mapchan(const struct pci_attach_args *pa, struct pciide_channel *cp,
796 struct pciide_channel *cp)
837 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
1057 struct pciide_channel *cp;
1129 struct pciide_channel *pc;
1178 struct pciide_channel *cp = &sc->pciide_channels[channel];
1192 struct pciide_channel *cp
    [all...]
pdcsata.c 225 struct pciide_channel *cp;
490 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
510 struct pciide_channel *cp;
553 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
577 struct pciide_channel *cp = &sc->pciide_channels[channel];
593 struct pciide_channel *cp = &sc->pciide_channels[channel];
aceride.c 114 struct pciide_channel *cp;
259 struct pciide_channel *cp = (struct pciide_channel*)chp;
359 struct pciide_channel *cp;
cypide.c 93 struct pciide_channel *cp;
175 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
geodeide.c 105 struct pciide_channel *cp;
172 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
iteide.c 99 struct pciide_channel *cp;
168 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
ixpide.c 100 struct pciide_channel *cp;
178 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
optiide.c 106 struct pciide_channel *cp;
173 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
slide.c 131 struct pciide_channel *cp;
191 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
toshide.c 117 struct pciide_channel *cp;
169 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
cmdide.c 132 struct pciide_channel *cp = &sc->pciide_channels[channel];
230 struct pciide_channel *cp;
397 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
529 struct pciide_channel *cp = &sc->pciide_channels[channel];
572 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
pdcide.c 182 struct pciide_channel *cp;
333 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
449 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
498 struct pciide_channel *cp;
528 struct pciide_channel *cp;
hptide.c 110 struct pciide_channel *cp;
286 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
390 struct pciide_channel *cp;
siside.c 225 struct pciide_channel *cp;
347 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
412 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
514 struct pciide_channel *cp;
acardide.c 115 struct pciide_channel *cp;
185 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
rdcide.c 128 struct pciide_channel *cp;
205 struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
  /src/sys/arch/i386/pnpbios/
pciide_pnpbios.c 57 extern void pciide_channel_dma_setup(struct pciide_channel *);
82 struct pciide_channel *cp;

Completed in 138 milliseconds

1 2