Searched refs:alt_offset (Results 1 – 5 of 5) sorted by relevance
29 #define ALT_ALT_PTR(a) __ALT_PTR(a, alt_offset)40 s32 alt_offset; /* offset relative to replacement instruction or data */ member
94 .macro altinstruction_entry orig_offset alt_offset feature orig_len alt_len96 .word \alt_offset - .
15 s32 alt_offset; /* offset to replacement instruction */ member
25 #define ALT_REPL_PTR(a) __ALT_PTR(a, alt_offset)
775 int alt_offset = STM32_GPIO_AFRL + (pin / 8) * 4; in stm32_pmx_set_mode() local790 val = readl_relaxed(bank->base + alt_offset); in stm32_pmx_set_mode()793 writel_relaxed(val, bank->base + alt_offset); in stm32_pmx_set_mode()816 int alt_offset = STM32_GPIO_AFRL + (pin / 8) * 4; in stm32_pmx_get_mode() local821 val = readl_relaxed(bank->base + alt_offset); in stm32_pmx_get_mode()
Completed in 11 milliseconds