Home
last modified time | relevance | path

Searched refs:wdc_reset_channel (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/dev/ata/
Datavar.h167 void wdc_reset_channel(struct ata_drive_datas *, int);
Dwd.c349 wdc_reset_channel(wd->drvp, 1); in wdactivate()
351 wdc_reset_channel(wd->drvp, 0); in wdactivate()
547 wdc_reset_channel(wd->drvp, 0); in wddone()
/openbsd/src/sys/dev/atapiscsi/
Datapiscsi.c293 wdc_reset_channel(drvp, 1); in atapiscsi_activate()
295 wdc_reset_channel(drvp, 0); in atapiscsi_activate()
1536 wdc_reset_channel(drvp, 0); in wdc_atapi_reset_2()
/openbsd/src/sys/dev/ic/
Dwdc.c976 wdc_reset_channel(struct ata_drive_datas *drvp, int nowait) in wdc_reset_channel() function
1606 wdc_reset_channel(drvp, 0); in wdc_downgrade_mode()