Home
last modified time | relevance | path

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

/SCP-firmware-master/product/rdn1e1/module/rdn1e1_system/src/
A Dmod_rdn1e1_system.c325 struct mod_cmn600_ccix_remote_node_config remote_config; in rdn1e1_system_process_notification() local
346 remote_config.remote_rnf_count = 2; in rdn1e1_system_process_notification()
347 remote_config.remote_sa_count = 0; in rdn1e1_system_process_notification()
348 remote_config.remote_ha_count = 1; in rdn1e1_system_process_notification()
349 remote_config.ccix_link_id = 0; in rdn1e1_system_process_notification()
350 remote_config.remote_ha_mmap_count = 1; in rdn1e1_system_process_notification()
351 remote_config.smp_mode = true; in rdn1e1_system_process_notification()
353 remote_config.remote_ha_mmap[0].ha_id = 0x1; in rdn1e1_system_process_notification()
356 remote_config.remote_ha_mmap[0].ha_id = 0x0; in rdn1e1_system_process_notification()
357 remote_config.remote_ha_mmap[0].base = 0x0; in rdn1e1_system_process_notification()
[all …]
/SCP-firmware-master/product/n1sdp/module/n1sdp_c2c/src/
A Dmod_n1sdp_c2c_i2c.c382 remote_config.remote_rnf_count = 2; in n1sdp_c2c_multichip_run_command()
383 remote_config.remote_sa_count = 0; in n1sdp_c2c_multichip_run_command()
384 remote_config.remote_ha_count = 1; in n1sdp_c2c_multichip_run_command()
387 remote_config.pcie_bus_num = 1; in n1sdp_c2c_multichip_run_command()
388 remote_config.ccix_link_id = 0; in n1sdp_c2c_multichip_run_command()
390 remote_config.smp_mode = true; in n1sdp_c2c_multichip_run_command()
681 remote_config.remote_sa_count = 0; in n1sdp_c2c_process_command()
682 remote_config.remote_ha_count = 1; in n1sdp_c2c_process_command()
685 remote_config.pcie_bus_num = 1; in n1sdp_c2c_process_command()
686 remote_config.ccix_link_id = 0; in n1sdp_c2c_process_command()
[all …]
/SCP-firmware-master/module/cmn600/include/internal/
A Dcmn600_ccix.h25 int ccix_setup(struct cmn600_ctx *ctx, void *remote_config);
/SCP-firmware-master/module/cmn_skeena/include/internal/
A Dcmn_skeena_ccix.h25 int ccix_setup(struct cmn_skeena_ctx *ctx, void *remote_config);
/SCP-firmware-master/module/cmn600/src/
A Dcmn600_ccix.c454 int ccix_setup(struct cmn600_ctx *ctx, void *remote_config) in ccix_setup() argument
469 (struct mod_cmn600_ccix_remote_node_config *)remote_config; in ccix_setup()
/SCP-firmware-master/module/cmn_skeena/src/
A Dcmn_skeena_ccix.c480 int ccix_setup(struct cmn_skeena_ctx *ctx, void *remote_config) in ccix_setup() argument
495 (struct mod_cmn_skeena_ccix_remote_node_config *)remote_config; in ccix_setup()

Completed in 11 milliseconds