Searched refs:bios_sect (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/ide/ |
D | ide-floppy_proc.c | 25 ide_devset_rw_field(bios_sect, bios_sect); 31 IDE_PROC_DEVSET(bios_sect, 0, 63),
|
D | ide-disk_proc.c | 107 ide_devset_rw_field(bios_sect, bios_sect); 117 IDE_PROC_DEVSET(bios_sect, 0, 63),
|
D | ide-disk.c | 706 drive->bios_sect = 63; in ide_disk_setup() 710 if (drive->bios_sect && drive->bios_head) { in ide_disk_setup() 717 cylsz = drive->bios_sect * drive->bios_head; in ide_disk_setup() 734 drive->bios_cyl, drive->bios_head, drive->bios_sect); in ide_disk_setup()
|
D | ide-floppy.c | 359 drive->bios_sect = sectors; in ide_floppy_get_flexible_disk_page() 390 drive->bios_head = drive->bios_sect = 0; in ide_floppy_get_capacity()
|
D | ide.c | 317 drive->sect = drive->bios_sect = ide_disks_chs[i].sect; in ide_dev_apply_params()
|
D | ide-gd.c | 281 geo->sectors = drive->bios_sect;
|
D | ide-proc.c | 406 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-v4.19/include/linux/ |
D | ide.h | 571 u8 bios_sect; /* BIOS/fdisk/LILO sectors per track */ member
|
/Linux-v4.19/Documentation/filesystems/ |
D | proc.txt | 1089 bios_sect 63 0 63 rw
|