Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/core/
Dregmap.c269 static inline u32 __read_32(u32 *addr, enum regmap_endianness_t endianness) in __read_32() function
327 *((u32 *)valp) = __read_32(ptr, map->endianness); in regmap_raw_read_range()