Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ata/
Datareg.h72 u_int16_t atap_multi; /* 47: maximum sectors per irq (ATA) */ member
Dwd.c217 if ((wd->sc_params.atap_multi & 0xff) > 1) { in wdattach()
218 wd->sc_multi = wd->sc_params.atap_multi & 0xff; in wdattach()
1033 params->atap_multi = 1; in wd_get_params()
/openbsd/src/sys/arch/octeon/dev/
Doctcf.c235 wd->sc_dev.dv_xname, wd->sc_params.atap_multi & 0xff); in octcfattach()