Searched defs:get_u16 (Results 1 – 4 of 4) sorted by relevance
34 static inline uint16_t get_u16(void *bios, int ptr) in get_u16() function
7 static inline u16 get_u16(const u32 __iomem *p) in get_u16() function
366 #define get_u16(ptr) get_unaligned_le16((ptr)) macro