Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/include/asm/
H A Dbyteorder.h21 #define get_unaligned_le32(x) lemtoh32(x) macro
/openbsd/sys/crypto/
H A Dcurve25519.c42 static __always_inline uint32_t get_unaligned_le32(const uint8_t *a) in get_unaligned_le32() function
65 uint32_t a0 = get_unaligned_le32(s); in fe_frombytes_impl()
66 uint32_t a1 = get_unaligned_le32(s+4); in fe_frombytes_impl()
67 uint32_t a2 = get_unaligned_le32(s+8); in fe_frombytes_impl()
68 uint32_t a3 = get_unaligned_le32(s+12); in fe_frombytes_impl()
69 uint32_t a4 = get_unaligned_le32(s+16); in fe_frombytes_impl()
70 uint32_t a5 = get_unaligned_le32(s+20); in fe_frombytes_impl()
71 uint32_t a6 = get_unaligned_le32(s+24); in fe_frombytes_impl()
72 uint32_t a7 = get_unaligned_le32(s+28); in fe_frombytes_impl()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_dsi_vbt.c634 reg_address = get_unaligned_le32(data + 3); in mipi_exec_pmic()
635 value = get_unaligned_le32(data + 7); in mipi_exec_pmic()
636 mask = get_unaligned_le32(data + 11); in mipi_exec_pmic()
/openbsd/sys/dev/pci/drm/radeon/
H A Datom.c228 val = get_unaligned_le32((u32 *)&ctx->ps[idx]); in atom_get_src_int()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_atom.c230 val = get_unaligned_le32((u32 *)&ctx->ps[idx]); in atom_get_src_int()