Searched refs:pcyls (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/block/ |
H A D | hd-geometry.c | 99 uint32_t *pcyls, uint32_t *pheads, uint32_t *psecs) in guess_chs_for_size() argument 112 *pcyls = cylinders; in guess_chs_for_size() 118 uint32_t *pcyls, uint32_t *pheads, uint32_t *psecs, in hd_geometry_guess() argument 127 *pcyls = geo.cylinders; 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() 145 *pcyls = cylinders; in hd_geometry_guess() 160 trace_hd_geometry_guess(blk, *pcyls, *pheads, *psecs, translation); in hd_geometry_guess()
|
/openbmc/qemu/include/hw/block/ |
H A D | block.h | 106 uint32_t *pcyls, uint32_t *pheads, uint32_t *psecs,
|