Lines Matching refs:hlen
240 u_int32_t hlen; in computeRegs() local
287 hlen = hvis + hfp + hsl + hbp; in computeRegs()
288 over = hlen & 0x0F; in computeRegs()
290 dprintk(KERN_DEBUG "WL: vis=%u, hf=%u, hs=%u, hb=%u, total=%u\n", hvis, hfp, hsl, hbp, hlen); in computeRegs()
294 hlen -= over; in computeRegs()
298 hlen += 4; in computeRegs()
301 hlen += 16; in computeRegs()
313 …ntk(KERN_DEBUG "PG: vis=%04X, hf=%02X, hs=%02X, hb=%02X, total=%04X\n", hvis, hfp, hsl, hbp, hlen); in computeRegs()
318 hlen = hlen >> 1; in computeRegs()
320 dprintk(KERN_DEBUG "hlen=%u hvis=%u\n", hlen, hvis); in computeRegs()
326 mt->HSyncEnd = (hlen & ~7) - 8; in computeRegs()
327 mt->HTotal = hlen; in computeRegs()