Searched refs:bios_sect (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/drivers/ide/ |
D | ide-floppy_proc.c | 37 ide_devset_rw_field(bios_sect, bios_sect); 43 IDE_PROC_DEVSET(bios_sect, 0, 63),
|
D | ide-disk_proc.c | 158 ide_devset_rw_field(bios_sect, bios_sect); 168 IDE_PROC_DEVSET(bios_sect, 0, 63),
|
D | ide-disk.c | 704 drive->bios_sect = 63; in ide_disk_setup() 708 if (drive->bios_sect && drive->bios_head) { in ide_disk_setup() 715 cylsz = drive->bios_sect * drive->bios_head; in ide_disk_setup() 732 drive->bios_cyl, drive->bios_head, drive->bios_sect); in ide_disk_setup()
|
D | ide-floppy.c | 353 drive->bios_sect = sectors; in ide_floppy_get_flexible_disk_page() 384 drive->bios_head = drive->bios_sect = 0; in ide_floppy_get_capacity()
|
D | ide.c | 318 drive->sect = drive->bios_sect = ide_disks_chs[i].sect; in ide_dev_apply_params()
|
D | ide-gd.c | 283 geo->sectors = drive->bios_sect;
|
D | ide-proc.c | 471 drive->bios_cyl, drive->bios_head, drive->bios_sect); in ide_geometry_proc_show()
|
D | ide-probe.c | 68 drive->sect = drive->bios_sect = id[ATA_ID_SECTORS]; in ide_disk_init_chs()
|
/linux-3.4.99/include/linux/ |
D | ide.h | 531 u8 bios_sect; /* BIOS/fdisk/LILO sectors per track */ member
|
/linux-3.4.99/Documentation/filesystems/ |
D | proc.txt | 939 bios_sect 63 0 63 rw
|