Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfat.h68 #define FAT2CPU32 le32_to_cpu macro
72 #define FAT2CPU32(x) (x) macro
75 #define FAT2CPU32(x) ((((x) & 0x000000ff) << 24) | \ macro
/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat.c228 ret = FAT2CPU32(((__u32 *) mydata->fatbuf)[offset]); in get_fatent()
321 loff_t filesize = FAT2CPU32(dentptr->size); in get_contents()
514 bs->total_sect = FAT2CPU32(bs->total_sect); in read_bootsectandvi()
519 bs->fat32_length = FAT2CPU32(bs->fat32_length); in read_bootsectandvi()
521 bs->root_cluster = FAT2CPU32(bs->root_cluster); in read_bootsectandvi()
1082 *size = FAT2CPU32(itr->dent->size); in fat_size()
1190 dent->size = FAT2CPU32(dir->itr.dent->size); in fat_readdir()
H A Dfat_write.c639 loff_t filesize = FAT2CPU32(dentptr->size); in set_contents()
860 FAT2CPU32(dentptr->size), in find_directory_entry()