Lines Matching defs:void
12 void configure_mmu(void);
14 void stm32mp1_arch_security_setup(void);
15 void stm32mp1_security_setup(void);
17 void stm32mp1_syscfg_init(void);
18 void stm32mp1_syscfg_enable_io_compensation_start(void);
19 void stm32mp1_syscfg_enable_io_compensation_finish(void);
20 void stm32mp1_syscfg_disable_io_compensation(void);
21 uint32_t stm32mp1_syscfg_get_chip_version(void);
22 uint32_t stm32mp1_syscfg_get_chip_dev_id(void);
24 void stm32mp1_syscfg_boot_mode_enable(void);
25 void stm32mp1_syscfg_boot_mode_disable(void);
28 static inline void stm32mp1_syscfg_boot_mode_enable(void){}
29 static inline void stm32mp1_syscfg_boot_mode_disable(void){}
32 void stm32mp1_deconfigure_uart_pins(void);
34 void stm32mp1_init_scmi_server(void);