Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c443 #define MKCVTBL(hd, cp) MERGE_2STR(hd, cp) argument
5670 BYTE hd, n_hd, sc, n_sc; local
5777 hd = (BYTE)(nxt_alloc32 / n_sc % n_hd); /* Start head */
5779 pte[PTE_StHead] = hd;
5784 hd = (BYTE)((nxt_alloc32 + sz_part32 - 1) / n_sc % n_hd); /* End head */
5786 pte[PTE_EdHead] = hd;