Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dalternative-macros.h85 .macro altinstruction_entry orig_offset alt_offset feature orig_len alt_len
87 .word \alt_offset - .
H A Dalternative.h15 s32 alt_offset; /* offset to replacement instruction */ member
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dalternative.c22 #define ALT_REPL_PTR(a) __ALT_PTR(a, alt_offset)
/OK3568_Linux_fs/kernel/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c769 int alt_offset = STM32_GPIO_AFRL + (pin / 8) * 4; in stm32_pmx_set_mode() local
785 val = readl_relaxed(bank->base + alt_offset); in stm32_pmx_set_mode()
788 writel_relaxed(val, bank->base + alt_offset); in stm32_pmx_set_mode()
812 int alt_offset = STM32_GPIO_AFRL + (pin / 8) * 4; in stm32_pmx_get_mode() local
818 val = readl_relaxed(bank->base + alt_offset); in stm32_pmx_get_mode()