Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c5764 UINT i, cy; local
5874 cy = (UINT)(nxt_alloc32 / n_sc / n_hd); /* Partitio start CHS cylinder */
5878 pte[PTE_StSec] = (BYTE)((cy >> 2 & 0xC0) | sc);
5879 pte[PTE_StCyl] = (BYTE)cy;
5881 cy = (UINT)((nxt_alloc32 + sz_part32 - 1) / n_sc / n_hd); /* Partition end CHS cylinder */
5885 pte[PTE_EdSec] = (BYTE)((cy >> 2 & 0xC0) | sc);
5886 pte[PTE_EdCyl] = (BYTE)cy;