tag | line | file | source code |
cyl | 18 | include/linux/genhd.h | unsigned char cyl; /* starting cylinder */ |
cyl | 67 | kernel/blk_drv/hd.c | unsigned int head,sect,cyl,wpcom,lzone,ctl; |
cyl | 130 | kernel/blk_drv/hd.c | unsigned int head,unsigned int cyl,unsigned int cmd, |
cyl | 151 | kernel/blk_drv/hd.c | outb_p(cyl,++port); |
cyl | 152 | kernel/blk_drv/hd.c | outb_p(cyl>>8,++port); |
cyl | 203 | kernel/blk_drv/hd.c | hd_info[i].cyl,WIN_SPECIFY,&reset_hd); |
cyl | 381 | kernel/blk_drv/hd.c | unsigned int sec,head,cyl; |
cyl | 405 | kernel/blk_drv/hd.c | cyl = block / hd_info[dev].head; |
cyl | 409 | kernel/blk_drv/hd.c | dev, cyl, head, sec, CURRENT->buffer); |
cyl | 427 | kernel/blk_drv/hd.c | hd_out(dev,nsect,sec,head,cyl,WIN_WRITE,&write_intr); |
cyl | 438 | kernel/blk_drv/hd.c | hd_out(dev,nsect,sec,head,cyl,WIN_READ,&read_intr); |
cyl | 464 | kernel/blk_drv/hd.c | put_fs_word(hd_info[dev].cyl, |
cyl | 510 | kernel/blk_drv/hd.c | hd_info[drive].cyl = *(unsigned short *) BIOS; |
cyl | 552 | kernel/blk_drv/hd.c | hd_info[i].sect*hd_info[i].cyl; |