Home
last modified time | relevance | path

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

/external/cpuinfo/src/arm/linux/
Dchipset.c57 static inline uint32_t load_u32le(const void* ptr) { in load_u32le() function
316 const uint32_t expected_sams = UINT32_C(0x20202000) | load_u32le(start); in match_samsung_exynos()
320 const uint32_t expected_ung = UINT32_C(0x00202020) | load_u32le(start + 4); in match_samsung_exynos()
324 const uint32_t expected_exyn = UINT32_C(0x20202000) | load_u32le(start + 8); in match_samsung_exynos()
385 const uint32_t expected_exyn = load_u32le(start); in match_exynos()
446 const uint32_t expected_nive = UINT32_C(0x20202020) | load_u32le(start + 1); in match_universal()
450 const uint32_t expected_ersa = UINT32_C(0x20202020) | load_u32le(start + 5); in match_universal()
500 const uint32_t expected_smdk = UINT32_C(0x20202020) | load_u32le(start); in match_and_parse_smdk()
510 const uint32_t expected_model = load_u32le(start + 4); in match_and_parse_smdk()
677 const uint32_t irin = load_u32le(start + 1); in match_kirin()
[all …]