Searched defs:le16_to_cpup (Results 1 – 4 of 4) sorted by relevance
197 #define le16_to_cpup(x) (u16)__le16_to_cpu(*(const u16*)(x)) macro
57 #define le16_to_cpup(p) (*(u8*)(p) + (((u8*)(p))[1] << 8)) macro
148 #define le16_to_cpup(_a_) (le16toh(*(const uint16_t *)(_a_))) macro
163 #define le16_to_cpup(_a_) (le16toh(*(const uint16_t *)(_a_))) macro