Home
last modified time | relevance | path

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

/drivers/char/
Dvt.c487 static int old_offset = -1; in complement_pos() local
493 if (old_offset != -1 && old_offset >= 0 && in complement_pos()
494 old_offset < vc->vc_screenbuf_size) { in complement_pos()
495 scr_writew(old, screenpos(vc, old_offset, 1)); in complement_pos()
500 old_offset = offset; in complement_pos()
/drivers/scsi/aic7xxx/
Daic7xxx_core.c2501 u_int old_offset; in ahc_set_syncrate() local
2530 old_offset = tinfo->curr.offset; in ahc_set_syncrate()
2535 || old_offset != offset in ahc_set_syncrate()
Daic79xx_core.c3887 u_int old_offset; in ahd_set_syncrate() local
3916 old_offset = tinfo->curr.offset; in ahd_set_syncrate()
3921 || 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()