Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c199 #define SZ_PTE 16 /* MBR: Size of a partition table entry */ macro
3316 mbr_pt[i] = ld_dword(fs->win + MBR_Table + i * SZ_PTE + PTE_StLba);
5790 pte += SZ_PTE; /* Next entry */
5892 pte = buf + (MBR_Table + (ipart - 1) * SZ_PTE);
6279 buf[MBR_Table + (ipart - 1) * SZ_PTE + PTE_System] = sys; /* Set system ID */