Searched refs:atabus (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/dev/ata/
H A Dsatapmp_subr.c80 aprint_error_dev(chp->atabus,
87 aprint_verbose_dev(chp->atabus,
153 aprint_error_dev(chp->atabus,
160 aprint_verbose_dev(chp->atabus,
221 device_xname(chp->atabus), port);
225 device_xname(chp->atabus), port);
229 device_xname(chp->atabus), port, sata_speed(sstatus));
233 device_xname(chp->atabus), port, sstatus);
257 device_xname(chp->atabus), i);
277 aprint_normal_dev(chp->atabus, "n
[all...]
H A Dsata_subr.c188 aprint_verbose_dev(chp->atabus, "port %d is SEMB, ignored\n",
202 aprint_verbose_dev(chp->atabus,
H A Dwdvar.h57 const struct ata_bustype *atabus; member in struct:wd_softc
H A Data_raid_via.c118 struct atabus_softc *atabus; local
242 atabus = device_private(device_parent(dksc->sc_dev));
243 drive = atabus->sc_chan->ch_channel;
H A Data_raid_jmicron.c121 struct atabus_softc *atabus; local
246 atabus = device_private(device_parent(dksc->sc_dev));
247 drive = atabus->sc_chan->ch_channel;
H A Data_raid_adaptec.c71 struct atabus_softc *atabus; local
172 atabus = device_private(device_parent(dksc->sc_dev));
173 drive = atabus->sc_chan->ch_channel;
H A Dwd.c325 wd->atabus = adev->adev_bustype;
537 if (sc->atabus->ata_addref(sc->drvp))
543 sc->atabus->ata_delref(sc->drvp);
572 wd->atabus->ata_killpending(wd->drvp);
802 wd->atabus->ata_bio(wd->drvp, xfer);
1190 error = wd->atabus->ata_addref(wd->drvp);
1212 wd->atabus->ata_delref(wd->drvp);
1229 wd->atabus->ata_delref(wd->drvp);
1672 wd->atabus->ata_bio(wd->drvp, xfer);
1767 switch (wd->atabus
[all...]
H A Data_subr.c291 device_xname(chp->atabus), chp->ch_flags, chp->ch_ndrives);
H A Dld_ataraid.c676 struct atabus_softc *atabus; local
685 atabus = device_private(device_parent(adi->adi_dev));
702 bd->bd_target = atabus->sc_chan->ch_channel;
H A Datavar.h253 * A queue of atabus instances, used to ensure the same bus probe order
429 device_t atabus; /* self */ member in struct:ata_channel
H A Data.c95 * A queue of atabus instances, used to ensure the same bus probe order
97 * devices on a atabus. Only one probing at once.
107 * ATA controllers attach an atabus instance, which handles probing the bus
162 * attaching an atabus instance.
170 aprint_normal("atabus at %s", pnp);
196 * Common parts of attaching an atabus to an ATA controller channel.
208 chp->atabus = config_found(chp->ch_atac->atac_dev, chp, atabusprint,
215 * Common parts of detaching an atabus to an ATA controller channel.
236 /* we are in the atabus's thread context */
252 /* Make sure the devices probe in atabus orde
[all...]
/netbsd-current/sys/dev/ic/
H A Dsiisata.c419 if (child == chp->atabus)
420 chp->atabus = NULL;
440 if (chp->atabus != NULL) {
441 if ((error = config_detach(chp->atabus, flags)) != 0)
444 KASSERT(chp->atabus == NULL);
H A Dwdc.c831 if (child == chp->atabus) {
832 chp->atabus = NULL;
848 if (chp->atabus == NULL)
851 device_xname(atac->atac_dev), device_xname(chp->atabus)),
853 if ((error = config_detach(chp->atabus, flags)) != 0)
H A Dahcisata_core.c530 if (child == chp->atabus)
531 chp->atabus = NULL;
560 if (chp->atabus != NULL) {
561 if ((error = config_detach(chp->atabus, flags)) != 0)
564 KASSERT(chp->atabus == NULL);
/netbsd-current/share/man/man4/
H A DMakefile193 MLINKS+=ata.4 atabus.4
/netbsd-current/etc/
H A DMAKEDEV.tmpl2146 atabus[0-9]*)
2147 unit=${i#atabus}
2148 mkdev atabus$unit c %atabus_chr% $unit 644
/netbsd-current/sys/arch/emips/ebus/
H A Dace_ebus.c1695 sc->atabus->ata_killpending(sc->drvp);

Completed in 168 milliseconds