Searched refs:WORD_S (Results 1 – 5 of 5) sorted by relevance
310 This->sector_size = WORD_S(secsiz); in fs_init()331 tot_sectors = WORD_S(psect); in fs_init()336 This->fat_start = WORD_S(nrsvsect); in fs_init()337 This->fat_len = WORD_S(fatlen); in fs_init()338 This->dir_len = WORD_S(dirents) * MDIR_SIZE / This->sector_size; in fs_init()
290 if(WORD_S(fatlen)) { in mlabel()325 if(!WORD_S(fatlen)) { in mlabel()326 int backupBoot = WORD_S(ext.fat32.backupBoot); in mlabel()328 backupBoot * WORD_S(secsiz), in mlabel()
195 SET_INT(tot_sectors, WORD_S(psect)); in minfo()196 sector_size = WORD_S(secsiz); in minfo()240 size = WORD_S(secsiz); in minfo()
199 #define WORD_S(x) (_WORD(boot.boot.x)) macro
1526 if(Fs.fat_bits == 32 && WORD_S(ext.fat32.backupBoot) != MAX16) { in mformat()1529 WORD_S(ext.fat32.backupBoot)), in mformat()