Searched refs:hlt (Results 1 – 17 of 17) sorted by relevance
43 hlt
72 loop: hlt
1254 loop: hlt
167 * subsequent instruction...in this case: "hlt".171 hlt
163 * subsequent instruction...in this case: "hlt".167 hlt
630 hlt
171 hlt
190 hlt
181 hlt
205 hlt
319 hlt
1790 fdcspecify(struct fdcntlr *fcp, int xferrate, int steprate, int hlt) in fdcspecify() argument1807 hlt <<= 1; in fdcspecify()1817 hlt = (hlt >= 256) ? 0 : (hlt >> 1); /* encode head load time */ in fdcspecify()1818 specifycmd[2] = fcp->c_hlt = hlt << 1; /* make room for DMA bit */ in fdcspecify()
278 hlt
212 hlt1878 hlt
1396 hlt / Wait forever
14687 We now use safe_halt() macro versus individual calls to sti | hlt.