Home
last modified time | relevance | path

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

/SCP-firmware-master/product/n1sdp/include/
A Dn1sdp_core.h21 uint8_t n1sdp_get_chipid(void);
/SCP-firmware-master/product/n1sdp/src/
A Dn1sdp_core.c37 uint8_t n1sdp_get_chipid(void) in n1sdp_get_chipid() function
/SCP-firmware-master/product/n1sdp/module/n1sdp_remote_pd/src/
A Dmod_n1sdp_remote_pd.c177 if (!n1sdp_is_multichip_enabled() || (n1sdp_get_chipid() != 0x0)) { in remote_pd_init()
200 if (!n1sdp_is_multichip_enabled() || (n1sdp_get_chipid() != 0x0)) { in remote_pd_element_init()
215 if (!n1sdp_is_multichip_enabled() || (n1sdp_get_chipid() != 0x0)) { in remote_pd_bind()
249 if (!n1sdp_is_multichip_enabled() || (n1sdp_get_chipid() != 0x0)) { in remote_pd_process_bind_request()
/SCP-firmware-master/product/n1sdp/scp_ramfw/
A Dconfig_cdns_i2c.c70 (n1sdp_get_chipid() != 0x0)) { in get_i2c_table()
A Dconfig_clock.c61 if (n1sdp_is_multichip_enabled() && (n1sdp_get_chipid() == 0x0)) { in clock_get_dev_desc_table()
A Dconfig_transport.c75 if (n1sdp_is_multichip_enabled() && (n1sdp_get_chipid() == 0x0)) { in transport_get_element_table()
A Dconfig_ppu_v1.c154 if (n1sdp_is_multichip_enabled() && (n1sdp_get_chipid() == 0x0)) { in ppu_v1_get_element_table()
A Dconfig_power_domain.c482 if (n1sdp_is_multichip_enabled() && (n1sdp_get_chipid() == 0x0)) { in n1sdp_power_domain_get_element_table()
/SCP-firmware-master/product/n1sdp/module/n1sdp_pcie/src/
A Dmod_n1sdp_pcie.c219 if ((n1sdp_get_chipid() != 0x0) || !dev_ctx->config->ccix_capable || in n1sdp_pcie_phy_init()
259 if ((n1sdp_get_chipid() != 0x0) || !dev_ctx->config->ccix_capable || in n1sdp_pcie_controller_init()
309 if ((n1sdp_get_chipid() != 0x0) || !dev_ctx->config->ccix_capable || in n1sdp_pcie_link_training()
828 (n1sdp_get_chipid() != 0)) { in n1sdp_pcie_process_notification()
/SCP-firmware-master/product/n1sdp/module/n1sdp_system/src/
A Dmod_n1sdp_system.c386 if (n1sdp_get_chipid() == 0x0) { in n1sdp_system_init_primary_core()
634 if (n1sdp_is_multichip_enabled() && (n1sdp_get_chipid() == 0x0)) { in n1sdp_system_start()
/SCP-firmware-master/product/n1sdp/module/n1sdp_c2c/src/
A Dmod_n1sdp_c2c_i2c.c1075 n1sdp_c2c_ctx.chip_id = n1sdp_get_chipid(); in n1sdp_c2c_init()

Completed in 12 milliseconds