Searched refs:softreset (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/sys/dev/ata/
H A Data-lowlevel.c73 ch->hw.softreset = NULL;
H A Data-sata.c352 signature = ch->hw.softreset(dev, port);
H A Data-all.h378 u_int32_t (*softreset)(device_t dev, int pmport); member in struct:ata_lowlevel
/freebsd-11-stable/sys/dev/ahci/
H A Dahci.c1618 int fis_size, i, softreset; local
1646 softreset = 1;
1653 softreset = 2;
1659 softreset = 0;
1684 (ccb->ataio.cmd.command == ATA_DEVICE_RESET || softreset)) {
1693 softreset != 1) {
1720 softreset == 2 && et == AHCI_ERR_NONE) {
1748 if (softreset == 2)
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-promise.c581 ch->hw.softreset = ata_promise_mio_softreset;
715 /* softreset channel ATA module */
723 /* softreset HOST module */ /* XXX SOS what about other outstandings */
745 /* softreset channels ATA module */
778 /* softreset channels ATA module */
794 u_int32_t signature = ch->hw.softreset(dev, ATA_PM);
949 /* softreset device on this channel */

Completed in 142 milliseconds