Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/core/
H A Dregmap.c219 static inline u32 __read_32(u32 *addr, enum regmap_endianness_t endianness) in __read_32() function
277 *((u32 *)valp) = __read_32(ptr, map->endianness); in regmap_raw_read_range()