Home
last modified time | relevance | path

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

/SCP-firmware-master/product/n1sdp/scp_ramfw/
A Dconfig_n1sdp_pcie.c27 .ccix_capable = false,
38 .ccix_capable = true,
/SCP-firmware-master/product/n1sdp/module/n1sdp_pcie/src/
A Dmod_n1sdp_pcie.c120 if (dev_ctx->config->ccix_capable) { in n1sdp_pcie_ccix_enable_opt_tlp()
171 if (dev_ctx->config->ccix_capable) { in n1sdp_pcie_power_on()
219 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()
433 if (dev_ctx->config->ccix_capable) in n1sdp_pcie_rc_setup()
451 if (dev_ctx->config->ccix_capable) { in n1sdp_pcie_rc_setup()
470 if (dev_ctx->config->ccix_capable) { in n1sdp_pcie_rc_setup()
489 if (dev_ctx->config->ccix_capable) { in n1sdp_pcie_rc_setup()
667 return dev_ctx->config->ccix_capable ? FWK_SUCCESS : status; in n1sdp_pcie_setup()
[all …]
A Dpcie_enumeration.c105 if (config->ccix_capable) { in pcie_init_bdf_table()
221 if (config->ccix_capable) { in pcie_bus_enumeration()
235 if (config->ccix_capable) { in pcie_bus_enumeration()
/SCP-firmware-master/product/n1sdp/module/n1sdp_pcie/include/
A Dmod_n1sdp_pcie.h65 bool ccix_capable; member
/SCP-firmware-master/product/morello/module/morello_pcie/include/
A Dmod_morello_pcie.h90 bool ccix_capable; member
/SCP-firmware-master/product/morello/module/morello_pcie/src/
A Dmod_morello_pcie.c120 if (dev_ctx->config->ccix_capable) { in morello_pcie_ccix_enable_opt_tlp()
172 if (dev_ctx->config->ccix_capable) { in morello_pcie_power_on()
220 if (dev_ctx->config->ccix_capable) { in morello_pcie_phy_init()
261 if (dev_ctx->config->ccix_capable) { in morello_pcie_controller_init()
313 if (dev_ctx->config->ccix_capable) { in morello_pcie_link_training()
532 if (!dev_ctx->config->ccix_capable || (vc1_tc > 7) || (vc1_tc == 0)) { in morello_pcie_vc1_setup()
612 if (status != FWK_SUCCESS && !dev_ctx->config->ccix_capable) { in morello_pcie_setup()
711 if ((!dev_ctx->config->ccix_capable) && (morello_get_chipid() != 0)) { in morello_pcie_start()
/SCP-firmware-master/product/morello/scp_ramfw_soc/
A Dconfig_morello_pcie.c172 .ccix_capable = false,
186 .ccix_capable = true,

Completed in 8 milliseconds