Searched refs:at_poll (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sys/dev/ata/ |
| D | wd.c | 191 if (wd_get_params(wd, at_poll, &wd->sc_params) != 0) { in wdattach() 277 wdc_c.flags = at_poll; in wdattach() 291 wdc_c.flags = at_poll; in wdattach() 310 wdc_c.flags = at_poll; in wdattach() 353 wd_get_params(wd, at_poll, &wd->sc_params); in wdactivate()
|
| D | atavar.h | 156 extern int at_poll;
|
| /openbsd/src/sys/dev/ic/ |
| D | wdc.c | 123 int at_poll = AT_POLL; variable 753 at_poll = AT_WAIT; in wdcattach() 811 if (ata_get_params(&chp->ch_drive[i], at_poll, &drvp->id) == in wdcattach() 1239 ata_get_params(drvp, at_poll, ¶ms2); in wdc_probe_caps() 1333 at_poll) != CMD_OK) in wdc_probe_caps() 1366 if (ata_set_mode(drvp, 0x20 | i, at_poll) in wdc_probe_caps() 1390 at_poll) != CMD_OK) in wdc_probe_caps()
|