Lines Matching refs:pheads
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()
118 uint32_t *pcyls, uint32_t *pheads, uint32_t *psecs, in hd_geometry_guess() argument
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()
160 trace_hd_geometry_guess(blk, *pcyls, *pheads, *psecs, translation); in hd_geometry_guess()