Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-stm32mp1/drivers/
A Dstm32mp1_syscfg.c18 #define SYSCFG_CMPCR 0x20U macro
57 while (!(io_read32(syscfg_base + SYSCFG_CMPCR) & SYSCFG_CMPCR_READY)) in stm32mp_syscfg_enable_io_compensation()
64 io_clrbits32(syscfg_base + SYSCFG_CMPCR, SYSCFG_CMPCR_SW_CTRL); in stm32mp_syscfg_enable_io_compensation()
66 DMSG("SYSCFG.cmpcr = %#"PRIx32, io_read32(syscfg_base + SYSCFG_CMPCR)); in stm32mp_syscfg_enable_io_compensation()
74 value = io_read32(syscfg_base + SYSCFG_CMPCR) >> in stm32mp_syscfg_disable_io_compensation()
77 io_clrbits32(syscfg_base + SYSCFG_CMPCR, in stm32mp_syscfg_disable_io_compensation()
80 value = io_read32(syscfg_base + SYSCFG_CMPCR) | in stm32mp_syscfg_disable_io_compensation()
83 io_write32(syscfg_base + SYSCFG_CMPCR, value | SYSCFG_CMPCR_SW_CTRL); in stm32mp_syscfg_disable_io_compensation()
85 DMSG("SYSCFG.cmpcr = %#"PRIx32, io_read32(syscfg_base + SYSCFG_CMPCR)); in stm32mp_syscfg_disable_io_compensation()

Completed in 2 milliseconds