Lines Matching refs:sect
122 unsigned int head, sect, cyl, wpcom, lzone, ctl; member
185 hd_info[hdind].sect = ints[3]; in hd_setup()
306 unsigned int sect, in hd_out() argument
329 outb_p(sect, ++port); in hd_out()
383 hd_out(disk, disk->sect, disk->sect, disk->head-1, in reset_hd()
558 hd_out(disk, disk->sect, 0, 0, 0, ATA_CMD_RESTORE, &recal_intr); in do_special_op()
619 sec = block % disk->sect + 1; in hd_request()
620 track = block / disk->sect; in hd_request()
666 geo->sectors = disk->sect; 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()