Home
last modified time | relevance | path

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

/include/
A Dfat.h60 #define FAT2CPU16 le16_to_cpu macro
64 #define FAT2CPU16(x) (x) macro
67 #define FAT2CPU16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8)) macro
75 #define START(dent) (FAT2CPU16((dent)->start) \
77 (FAT2CPU16((dent)->starthi) << 16)))

Completed in 14 milliseconds