Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfat.h66 #define FAT2CPU32 le32_to_cpu macro
70 #define FAT2CPU32(x) (x) macro
73 #define FAT2CPU32(x) ((((x) & 0x000000ff) << 24) | \ macro
/external/u-boot/fs/fat/
Dfat.c221 ret = FAT2CPU32(((__u32 *) mydata->fatbuf)[offset]); in get_fatent()
314 loff_t filesize = FAT2CPU32(dentptr->size); in get_contents()
507 bs->total_sect = FAT2CPU32(bs->total_sect); in read_bootsectandvi()
512 bs->fat32_length = FAT2CPU32(bs->fat32_length); in read_bootsectandvi()
514 bs->root_cluster = FAT2CPU32(bs->root_cluster); in read_bootsectandvi()
1072 *size = FAT2CPU32(itr->dent->size); in fat_size()
1182 dent->size = FAT2CPU32(dir->itr.dent->size); in fat_readdir()
Dfat_write.c638 loff_t filesize = FAT2CPU32(dentptr->size); in set_contents()
858 FAT2CPU32(dentptr->size), in find_directory_entry()