Lines Matching refs:cyl
122 unsigned int head, sect, cyl, wpcom, lzone, ctl; member
186 hd_info[hdind].cyl = ints[1]; in hd_setup()
308 unsigned int cyl, in hd_out() argument
330 outb_p(cyl, ++port); in hd_out()
331 outb_p(cyl >> 8, ++port); in hd_out()
384 disk->cyl, ATA_CMD_INIT_DEV_PARAMS, &reset_hd); in reset_hd()
581 unsigned int block, nsect, sec, track, head, cyl; in hd_request() local
622 cyl = track / disk->head; in hd_request()
627 cyl, head, sec, nsect, bio_data(req->bio)); in hd_request()
632 hd_out(disk, nsect, sec, head, cyl, ATA_CMD_PIO_READ, in hd_request()
638 hd_out(disk, nsect, sec, head, cyl, ATA_CMD_PIO_WRITE, in hd_request()
667 geo->cylinders = disk->cyl; in hd_getgeo()
745 set_capacity(disk, p->head * p->sect * p->cyl); in hd_init()
751 p->cyl, p->head, p->sect); in hd_init()