Home
last modified time | relevance | path

Searched refs:hd_bios_chs_auto_trans (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/block/
H A Dhd-geometry.c134 translation = hd_bios_chs_auto_trans(*pcyls, *pheads, *psecs); in hd_geometry_guess()
163 int hd_bios_chs_auto_trans(uint32_t cyls, uint32_t heads, uint32_t secs) in hd_bios_chs_auto_trans() function
H A Dblock.c261 *ptrans = hd_bios_chs_auto_trans(conf->cyls, conf->heads, conf->secs); in blkconf_geometry()
/openbmc/qemu/include/hw/block/
H A Dblock.h108 int hd_bios_chs_auto_trans(uint32_t cyls, uint32_t heads, uint32_t secs);