Searched defs:hlt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c1790 fdcspecify(struct fdcntlr *fcp, int xferrate, int steprate, int hlt) argument
1807 hlt <<= 1;
1817 hlt = (hlt >= 256) ? 0 : (hlt >> 1); /* encode head load time */
1818 specifycmd[2] = fcp->c_hlt = hlt << 1; /* make room for DMA bit */

Completed in 61 milliseconds