Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_exti.c89 uint32_t port_sel_cache[_EXTI_MAX_CR]; member
588 exti->port_sel_cache[i] = io_read32(base + _EXTI_CR(i)); in stm32_exti_pm_suspend()
605 io_write32(base + _EXTI_CR(i), exti->port_sel_cache[i]); in stm32_exti_pm_resume()