Lines Matching refs:cyl
125 unsigned int head, sect, cyl, wpcom, lzone, ctl; member
189 hd_info[hdind].cyl = ints[1]; in hd_setup()
298 unsigned int cyl, in hd_out() argument
320 outb_p(cyl, ++port); in hd_out()
321 outb_p(cyl >> 8, ++port); in hd_out()
374 disk->cyl, ATA_CMD_INIT_DEV_PARAMS, &reset_hd); in reset_hd()
585 unsigned int block, nsect, sec, track, head, cyl; in hd_request() local
625 cyl = track / disk->head; in hd_request()
630 cyl, head, sec, nsect, req->buffer); in hd_request()
635 hd_out(disk, nsect, sec, head, cyl, ATA_CMD_PIO_READ, in hd_request()
641 hd_out(disk, nsect, sec, head, cyl, ATA_CMD_PIO_WRITE, in hd_request()
672 geo->cylinders = disk->cyl; in hd_getgeo()
756 set_capacity(disk, p->head * p->sect * p->cyl); in hd_init()
762 p->cyl, p->head, p->sect); in hd_init()