Searched refs:root_mc_io (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/net/fsl-mc/
H A Dmc.c63 struct fsl_mc_io *root_mc_io = NULL; variable in typeref:struct:fsl_mc_io
809 root_mc_io = calloc(sizeof(struct fsl_mc_io), 1);
810 if (!root_mc_io) {
815 root_mc_io->mmio_regs = SOC_MC_PORTAL_ADDR(portal_id);
817 portal_id, root_mc_io->mmio_regs);
819 error = mc_get_version(root_mc_io, MC_CMD_NO_FLAGS, &mc_ver_info);
1229 err = dprc_get_container_id(root_mc_io, MC_CMD_NO_FLAGS, &container_id);
1238 err = dprc_open(root_mc_io, MC_CMD_NO_FLAGS, container_id,
1250 err = dprc_version_check(root_mc_io, root_dprc_handle);
1262 err = dprc_create_container(root_mc_io, MC_CMD_NO_FLAG
[all...]

Completed in 64 milliseconds