Home
last modified time | relevance | path

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

/external/cpuinfo/src/arm/linux/
Dchipset.c39 static inline uint16_t load_u16le(const void* ptr) { in load_u16le() function
259 const uint32_t expected_sm = load_u16le(start); in match_sm()
328 const uint16_t expected_os = UINT16_C(0x2020) | load_u16le(start + 12); in match_samsung_exynos()
391 const uint16_t expected_os = load_u16le(start + 4); in match_exynos()
568 const uint16_t mt = UINT16_C(0x2020) | load_u16le(start); in match_mt()
742 const uint16_t expected_rk = UINT16_C(0x2020) | load_u16le(start); in match_rk()
809 const uint16_t expected_sc_or_sp = UINT16_C(0x2020) | load_u16le(start); in match_sc()
826 const uint16_t expected_15 = load_u16le(start + 3); in match_sc()
905 const uint16_t expected_lc = load_u16le(start); in match_lc()
976 const uint16_t expected_xa = load_u16le(start + 1); in match_pxa()
[all …]