Home
last modified time | relevance | path

Searched defs:__get_unaligned_le (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/linux/unaligned/
H A Dgeneric.h10 #define __get_unaligned_le(ptr) ((__force typeof(*(ptr)))({ \ macro
/openbmc/u-boot/arch/sh/include/asm/
H A Dunaligned-sh4a.h192 #define __get_unaligned_le(ptr) ((__force typeof(*(ptr)))({ \ macro