Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c5654 #define GPT_ITEMS 128 /* Number of GPT table size (>=128, sector aligned) */ macro
5691 sz_ptbl = GPT_ITEMS * SZ_GPTE / ss; /* Size of partition table [sector] */
5723 } while (++pi < GPT_ITEMS);
5734 st_dword(buf + GPTH_PtNum, GPT_ITEMS); /* Number of table entries */
5904 …b_vol = GPT_ALIGN / ss; sz_vol -= b_vol + GPT_ITEMS * SZ_GPTE / ss + 1; /* Estimated partition off…