Home
last modified time | relevance | path

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

/SCP-firmware-master/product/juno/module/juno_debug/src/
A Dmod_juno_debug.c194 static int apply_clock_settings(struct juno_css_debug_dev *juno_css_debug_dev) in apply_clock_settings() argument
201 juno_utils_atclk_clock_div_set(juno_css_debug_dev->div_atclk); in apply_clock_settings()
237 juno_utils_pclkdbg_clock_div_set(juno_css_debug_dev->div_pclk); in apply_clock_settings()
241 (void *)&juno_css_debug_dev->div_pclk); in apply_clock_settings()
339 struct juno_css_debug_dev *juno_css_debug_dev; in process_enable_request() local
347 juno_css_debug_dev = config->clk_settings; in process_enable_request()
380 status = apply_clock_settings(juno_css_debug_dev); in process_enable_request()
385 if (juno_css_debug_dev->manual_reset_required) { in process_enable_request()
522 struct juno_css_debug_dev *juno_css_debug_dev = config->clk_settings; in juno_debug_process_event() local
574 status = apply_clock_settings(juno_css_debug_dev); in juno_debug_process_event()
[all …]
/SCP-firmware-master/product/juno/module/juno_debug/include/
A Dmod_juno_debug.h21 struct juno_css_debug_dev { struct
40 struct juno_css_debug_dev *clk_settings; argument
/SCP-firmware-master/product/juno/scp_ramfw/
A Dconfig_juno_debug.c21 static struct juno_css_debug_dev clock_settings = {

Completed in 7 milliseconds