Lines Matching refs:hlen
243 u_int32_t hlen; in computeRegs() local
290 hlen = hvis + hfp + hsl + hbp; in computeRegs()
291 over = hlen & 0x0F; in computeRegs()
293 dprintk(KERN_DEBUG "WL: vis=%u, hf=%u, hs=%u, hb=%u, total=%u\n", hvis, hfp, hsl, hbp, hlen); in computeRegs()
297 hlen -= over; in computeRegs()
301 hlen += 4; in computeRegs()
304 hlen += 16; in computeRegs()
316 …ntk(KERN_DEBUG "PG: vis=%04X, hf=%02X, hs=%02X, hb=%02X, total=%04X\n", hvis, hfp, hsl, hbp, hlen); in computeRegs()
321 hlen = hlen >> 1; in computeRegs()
323 dprintk(KERN_DEBUG "hlen=%u hvis=%u\n", hlen, hvis); in computeRegs()
329 mt->HSyncEnd = (hlen & ~7) - 8; in computeRegs()
330 mt->HTotal = hlen; in computeRegs()