Home
last modified time | relevance | path

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

/u-boot/include/
A Dfat.h67 #define FAT2CPU16 le16_to_cpu macro
71 #define FAT2CPU16(x) (x) macro
74 #define FAT2CPU16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8)) macro
82 #define START(dent) (FAT2CPU16((dent)->start) \
84 (FAT2CPU16((dent)->starthi) << 16)))
/u-boot/fs/fat/
A Dfat.c227 ret = FAT2CPU16(((__u16 *) mydata->fatbuf)[offset]); in get_fatent()
516 bs->reserved = FAT2CPU16(bs->reserved); in read_bootsectandvi()
517 bs->fat_length = FAT2CPU16(bs->fat_length); in read_bootsectandvi()
518 bs->secs_track = FAT2CPU16(bs->secs_track); in read_bootsectandvi()
519 bs->heads = FAT2CPU16(bs->heads); in read_bootsectandvi()
526 bs->flags = FAT2CPU16(bs->flags); in read_bootsectandvi()
528 bs->info_sector = FAT2CPU16(bs->info_sector); in read_bootsectandvi()
529 bs->backup_boot = FAT2CPU16(bs->backup_boot); in read_bootsectandvi()

Completed in 5 milliseconds