Home
last modified time | relevance | path

Searched refs:bot (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-rw.c285 ft_location.bot = ((ft_location.track & 1) == 0 ? in check_bot_eot()
288 ft_location.eot = !ft_location.bot; in check_bot_eot()
290 (ft_location.bot ? 0 : 1)) * ft_segments_per_track - 1; in check_bot_eot()
294 ft_location.bot ? "bot" : "eot"); in check_bot_eot()
336 ft_location.eot = ft_location.bot = 0; in ftape_read_id()
538 ((ft_location.bot && !reverse) || in fast_seek()
648 count > (min_count + (ft_location.bot ? 1 : 0))); in seek_forward()
873 if (ft_location.bot) { in determine_position()
1016 ((ftape_tape_running || ft_location.bot) in ftape_start_tape()
1070 (segment_id - ((ftape_tape_running || ft_location.bot) in ftape_start_tape()
Dftape-rw.h67 volatile unsigned int bot; /* logical begin of track */ member
/linux-2.4.37.9/arch/s390/boot/
Dipleckd.S167 srda %r2,32 # trk = blk / bpt, bot = blk % bpt
168 dr %r2,%r6 # r3: trk, r2: bot
169 ahi %r2,1 # bot++ ( we start counting at 1 )
170 stcm %r2,1,.Llodata+12 # store bot to lodata
/linux-2.4.37.9/arch/s390x/boot/
Dipleckd.S167 srda %r2,32 # trk = blk / bpt, bot = blk % bpt
168 dr %r2,%r6 # r3: trk, r2: bot
169 ahi %r2,1 # bot++ ( we start counting at 1 )
170 stcm %r2,1,.Llodata+12 # store bot to lodata
/linux-2.4.37.9/drivers/media/video/
Dzr36120.c557 ulong top, bot; in zoran_set_geo() local
603 bot = top + i->bpl; in zoran_set_geo()
605 zrwrite(bot,ZORAN_VBOT); in zoran_set_geo()
646 DEBUG(printk(KERN_DEBUG " top=%08lx, bottom=%08lx\n",top,bot)); in zoran_set_geo()
/linux-2.4.37.9/drivers/char/ftape/
DRELEASE-NOTES887 driver is reloaded and the tape is not at bot.
891 - Fast seek handled specially if located at bot or eot.