Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Dalternative.h21 s32 alt_offset; /* offset to replacement instruction */ member
96 .macro altinstruction_entry orig_offset alt_offset feature orig_len alt_len
98 .word \alt_offset - .
/Linux-v4.19/drivers/pinctrl/stm32/
Dpinctrl-stm32.c581 int alt_offset = STM32_GPIO_AFRL + (pin / 8) * 4; in stm32_pmx_set_mode() local
587 val = readl_relaxed(bank->base + alt_offset); in stm32_pmx_set_mode()
590 writel_relaxed(val, bank->base + alt_offset); in stm32_pmx_set_mode()
606 int alt_offset = STM32_GPIO_AFRL + (pin / 8) * 4; in stm32_pmx_get_mode() local
612 val = readl_relaxed(bank->base + alt_offset); in stm32_pmx_get_mode()
/Linux-v4.19/arch/arm64/kernel/
Dalternative.c33 #define ALT_REPL_PTR(a) __ALT_PTR(a, alt_offset)