| tag | line | file | source code |
| cyl | 82 | drivers/block/hd.c | unsigned int head,sect,cyl,wpcom,lzone,ctl; |
| cyl | 129 | drivers/block/hd.c | bios_info[hdind].cyl = hd_info[hdind].cyl = ints[1]; |
| cyl | 228 | drivers/block/hd.c | unsigned int head,unsigned int cyl,unsigned int cmd, |
| cyl | 249 | drivers/block/hd.c | outb_p(cyl,++port); |
| cyl | 250 | drivers/block/hd.c | outb_p(cyl>>8,++port); |
| cyl | 309 | drivers/block/hd.c | hd_info[dev].cyl, hd_info[dev].head, hd_info[dev].sect); |
| cyl | 325 | drivers/block/hd.c | hd_info[dev].cyl = id->cur_cyls; |
| cyl | 334 | drivers/block/hd.c | id->buf_size/2, hd_info[dev].cyl, hd_info[dev].head, |
| cyl | 430 | drivers/block/hd.c | hd_info[i].cyl,WIN_SPECIFY,&reset_hd); |
| cyl | 713 | drivers/block/hd.c | unsigned int dev, block, nsect, sec, track, head, cyl; |
| cyl | 751 | drivers/block/hd.c | cyl = track / hd_info[dev].head; |
| cyl | 755 | drivers/block/hd.c | cyl, head, sec, nsect, (unsigned long) CURRENT->buffer); |
| cyl | 761 | drivers/block/hd.c | hd_out(dev,nsect,sec,head,cyl,cmd,&read_intr); |
| cyl | 768 | drivers/block/hd.c | hd_out(dev,nsect,sec,head,cyl,WIN_MULTWRITE,&multwrite_intr); |
| cyl | 770 | drivers/block/hd.c | hd_out(dev,nsect,sec,head,cyl,WIN_WRITE,&write_intr); |
| cyl | 815 | drivers/block/hd.c | put_fs_word(bios_info[dev].cyl, |
| cyl | 986 | drivers/block/hd.c | bios_info[drive].cyl = hd_info[drive].cyl = *(unsigned short *) BIOS; |
| cyl | 993 | drivers/block/hd.c | if (hd_info[drive].cyl && NR_HD == drive) |
| cyl | 1038 | drivers/block/hd.c | bios_info[i].sect * bios_info[i].cyl; |
| cyl | 1083 | drivers/block/hd.c | #define CAPACITY (bios_info[target].head*bios_info[target].sect*bios_info[target].cyl) |
| cyl | 80 | drivers/scsi/scsicam.c | int cyl, end_head, end_cyl, end_sector; |
| cyl | 93 | drivers/scsi/scsicam.c | cyl = p->cyl + ((p->sector & 0xc0) << 2); |
| cyl | 94 | drivers/scsi/scsicam.c | if (cyl > largest_cyl) { |
| cyl | 95 | drivers/scsi/scsicam.c | largest_cyl = cyl; |
| cyl | 18 | include/linux/genhd.h | unsigned char cyl; /* starting cylinder */ |