Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/matrox/
Dmatroxfb_g450.c237 u_int32_t hbp; in computeRegs() local
279 hbp = (((outd->h_b_porch + pixclock) / pixclock)) & ~1; in computeRegs()
282 hlen = hvis + hfp + hsl + hbp; in computeRegs()
285 dprintk(KERN_DEBUG "WL: vis=%u, hf=%u, hs=%u, hb=%u, total=%u\n", hvis, hfp, hsl, hbp, hlen); in computeRegs()
303 r->regs[0x0A] = hbp; in computeRegs()
308 …dprintk(KERN_DEBUG "PG: vis=%04X, hf=%02X, hs=%02X, hb=%02X, total=%04X\n", hvis, hfp, hsl, hbp, h… in computeRegs()
/linux-2.4.37.9/fs/xfs/
Dxfs_log_recover.c3545 xfs_buf_t *hbp, *dbp; in xlog_do_recovery_pass() local
3563 hbp = xlog_get_bp(log, 1); in xlog_do_recovery_pass()
3564 if (!hbp) in xlog_do_recovery_pass()
3566 if ((error = xlog_bread(log, tail_blk, 1, hbp))) in xlog_do_recovery_pass()
3568 offset = xlog_align(log, tail_blk, 1, hbp); in xlog_do_recovery_pass()
3580 xlog_put_bp(hbp); in xlog_do_recovery_pass()
3581 hbp = xlog_get_bp(log, hblks); in xlog_do_recovery_pass()
3588 hbp = xlog_get_bp(log, 1); in xlog_do_recovery_pass()
3592 if (!hbp) in xlog_do_recovery_pass()
3596 xlog_put_bp(hbp); in xlog_do_recovery_pass()
[all …]
/linux-2.4.37.9/fs/jfs/
Djfs_imap.c2928 struct metapage *bp, *hbp; in diExtendFS() local
2996 if ((rc = diIAGRead(imap, head, &hbp))) { in diExtendFS()
3000 hiagp = (struct iag *) hbp->data; in diExtendFS()
3004 write_metapage(hbp); in diExtendFS()
3021 if ((rc = diIAGRead(imap, head, &hbp))) { in diExtendFS()
3025 hiagp = (struct iag *) hbp->data; in diExtendFS()
3029 write_metapage(hbp); in diExtendFS()