Searched refs:cylinders (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | rombios.c | 780 Bit32u cylinders; 2709 write_word(ebda_seg,&EbdaData->ata.devices[device].pchs.cylinders, cylinders); 2752 if(cylinders>61439) cylinders=61439; 2754 cylinders = (Bit16u)((Bit32u)(cylinders)*16/15); 2759 cylinders >>= 1; 2768 if (cylinders > 1024) cylinders=1024; 2772 write_word(ebda_seg,&EbdaData->ata.devices[device].lchs.cylinders, cylinders); 7050 Bit16u cylinders; 9113 ;; 1024 < c <= 2048 cylinders 9121 ;; 2048 < c <= 4096 cylinders [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | edd.S | 39 # bytes are used to store the legacy cylinders, heads, and sectors from fn08.
|
/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | mini-os.c | 97 geometry->cylinders = 65535; in get_diskinfo()
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | libvhd.c | 734 uint32_t secs, cylinders, heads, spt, cth; in vhd_chs() local 766 cylinders = cth / heads; in vhd_chs() 768 return GEOM_ENCODE(cylinders, heads, spt); in vhd_chs()
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 00cvs | 792 geom->cylinders = hdg.cylinders;
|
Completed in 21 milliseconds