Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c144 #define BPB_SecPerClusEx 109 /* exFAT: Log2 of cluster size in unit of sector (BYTE) */ macro
3418 fs->csize = 1 << fs->win[BPB_SecPerClusEx]; /* Cluster size */
6071 …for (buf[BPB_SecPerClusEx] = 0, i = sz_au; i >>= 1; buf[BPB_SecPerClusEx]++) ; /* Log2 of cluster …