Searched refs:alt_offset (Results 1 – 3 of 3) sorted by relevance
21 s32 alt_offset; /* offset to replacement instruction */ member96 .macro altinstruction_entry orig_offset alt_offset feature orig_len alt_len98 .word \alt_offset - .
581 int alt_offset = STM32_GPIO_AFRL + (pin / 8) * 4; in stm32_pmx_set_mode() local587 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() local612 val = readl_relaxed(bank->base + alt_offset); in stm32_pmx_get_mode()
33 #define ALT_REPL_PTR(a) __ALT_PTR(a, alt_offset)