Searched refs:pheads (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/block/ |
H A D | hd-geometry.c | 56 int *pcylinders, int *pheads, int *psectors) in guess_disk_lchs() argument 88 *pheads = heads; in guess_disk_lchs() 99 uint32_t *pcyls, uint32_t *pheads, uint32_t *psecs) in guess_chs_for_size() argument 113 *pheads = 16; in guess_chs_for_size() 129 *pheads = geo.heads; in hd_geometry_guess() 133 guess_chs_for_size(blk, pcyls, pheads, psecs); in hd_geometry_guess() 134 translation = hd_bios_chs_auto_trans(*pcyls, *pheads, *psecs); in hd_geometry_guess() 139 guess_chs_for_size(blk, pcyls, pheads, psecs); in hd_geometry_guess() 140 translation = *pcyls * *pheads <= 131072 in hd_geometry_guess() 146 *pheads = heads; in hd_geometry_guess() [all …]
|
/openbmc/qemu/include/hw/block/ |
H A D | block.h | 106 uint32_t *pcyls, uint32_t *pheads, uint32_t *psecs,
|