Searched refs:cy (Results 1 – 1 of 1) sorted by relevance
5666 UINT i, cy; local5776 cy = (UINT)(nxt_alloc32 / n_sc / n_hd); /* Start cylinder */5780 pte[PTE_StSec] = (BYTE)((cy >> 2 & 0xC0) | sc);5781 pte[PTE_StCyl] = (BYTE)cy;5783 cy = (UINT)((nxt_alloc32 + sz_part32 - 1) / n_sc / n_hd); /* End cylinder */5787 pte[PTE_EdSec] = (BYTE)((cy >> 2 & 0xC0) | sc);5788 pte[PTE_EdCyl] = (BYTE)cy;