Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dwdc.c147 static int wdcprobe1(struct ata_channel *, int);
307 if (wdcprobe1(chp, 0) == 0) { in wdc_drvprobe()
510 rv = wdcprobe1(ch, 1); in wdcprobe_with_reset()
522 wdcprobe1(struct ata_channel *chp, int poll) in wdcprobe1() function