Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dalternative.h31 #define ALT_ALT_PTR(a) __ALT_PTR(a, alt_offset)
42 s32 alt_offset; /* offset relative to replacement instruction or data */ member
/linux/arch/arm64/include/asm/
H A Dalternative.h15 s32 alt_offset; /* offset to replacement instruction */ member
/linux/arch/arm64/kernel/
H A Dalternative.c25 #define ALT_REPL_PTR(a) __ALT_PTR(a, alt_offset)
/linux/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c941 int alt_offset = STM32_GPIO_AFRL + (pin / 8) * 4; in stm32_pmx_set_mode() local
956 val = readl_relaxed(bank->base + alt_offset); in stm32_pmx_set_mode()
959 writel_relaxed(val, bank->base + alt_offset); in stm32_pmx_set_mode()
981 int alt_offset = STM32_GPIO_AFRL + (pin / 8) * 4; in stm32_pmx_get_mode() local
983 val = readl_relaxed(bank->base + alt_offset); in stm32_pmx_get_mode()