Home
last modified time | relevance | path

Searched refs:psecs (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/block/
H A Dhd-geometry.c99 uint32_t *pcyls, uint32_t *pheads, uint32_t *psecs) in guess_chs_for_size() argument
114 *psecs = 63; in guess_chs_for_size()
118 uint32_t *pcyls, uint32_t *pheads, uint32_t *psecs, in hd_geometry_guess() argument
128 *psecs = geo.sectors; 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()
147 *psecs = secs; 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 Dblock.h106 uint32_t *pcyls, uint32_t *pheads, uint32_t *psecs,