Searched refs:CLUSTER_16 (Results 1 – 3 of 3) sorted by relevance
236 if (_content >= CLUSTER_16(0x0FF8)) { in __FAT_read()257 if (_content >= CLUSTER_16(0xFFF8)) { in __FAT_read()
1099 SET16_A(ep->start_clu_lo, CLUSTER_16(start_clu)); in fat_set_entry_clu0()1100 SET16_A(ep->start_clu_hi, CLUSTER_16(start_clu >> 16)); in fat_set_entry_clu0()1388 SET16_A(ep->start_clu_lo, CLUSTER_16(start_clu)); in init_dos_entry()1389 SET16_A(ep->start_clu_hi, CLUSTER_16(start_clu >> 16)); in init_dos_entry()
86 #define CLUSTER_16(x) ((u16)(x)) macro