Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c200 #define SZ_PTE 16 /* MBR: Size of a partition table entry */ macro
3385 mbr_pt[i] = ld_dword(fs->win + MBR_Table + i * SZ_PTE + PTE_StLba);
5888 pte += SZ_PTE; /* Next entry */
5995 pte = buf + (MBR_Table + (ipart - 1) * SZ_PTE);
6381 buf[MBR_Table + (ipart - 1) * SZ_PTE + PTE_System] = sys; /* Set system ID */