Home
last modified time | relevance | path

Searched refs:old_offset (Results 1 – 4 of 4) sorted by relevance

/drivers/tty/vt/
Dvt.c506 static int old_offset = -1; in complement_pos() local
512 if (old_offset != -1 && old_offset >= 0 && in complement_pos()
513 old_offset < vc->vc_screenbuf_size) { in complement_pos()
514 scr_writew(old, screenpos(vc, old_offset, 1)); in complement_pos()
519 old_offset = offset; in complement_pos()
/drivers/scsi/aic7xxx/
Daic7xxx_core.c2500 u_int old_offset; in ahc_set_syncrate() local
2529 old_offset = tinfo->curr.offset; in ahc_set_syncrate()
2534 || old_offset != offset in ahc_set_syncrate()
Daic79xx_core.c3896 u_int old_offset; in ahd_set_syncrate() local
3925 old_offset = tinfo->curr.offset; in ahd_set_syncrate()
3930 || old_offset != offset in ahd_set_syncrate()
/drivers/scsi/
Daic7xxx_old.c2071 unsigned int old_period, old_offset; in aic7xxx_set_syncrate() local
2084 old_offset = aic_dev->cur.offset; in aic7xxx_set_syncrate()