Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/include/asm/
Dalternative.h19 s32 alt_offset; /* offset to replacement instruction */ member
106 .macro altinstruction_entry orig_offset alt_offset feature orig_len alt_len
108 .word \alt_offset - .
/Linux-v5.10/arch/arm64/kernel/
Dalternative.c22 #define ALT_REPL_PTR(a) __ALT_PTR(a, alt_offset)
/Linux-v5.10/drivers/pinctrl/stm32/
Dpinctrl-stm32.c750 int alt_offset = STM32_GPIO_AFRL + (pin / 8) * 4; in stm32_pmx_set_mode() local
766 val = readl_relaxed(bank->base + alt_offset); in stm32_pmx_set_mode()
769 writel_relaxed(val, bank->base + alt_offset); in stm32_pmx_set_mode()
793 int alt_offset = STM32_GPIO_AFRL + (pin / 8) * 4; in stm32_pmx_get_mode() local
799 val = readl_relaxed(bank->base + alt_offset); in stm32_pmx_get_mode()