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

/u-boot/include/fsl-mc/
H A Dfsl_dprc.h38 __le32 portal_id; member in struct:dprc_cmd_create_container
109 * Set this value as the portal_id value in dprc_cfg structure when creating a
163 * @portal_id: Portal ID; if set to 'DPRC_GET_PORTAL_ID_FROM_POOL', a free
170 int portal_id; member in struct:dprc_cfg
/u-boot/drivers/net/fsl-mc/
H A Ddprc.c125 cmd_params->portal_id = cpu_to_le32(cfg->portal_id);
H A Dmc.c704 int portal_id = 0; local
800 * TODO: need to obtain the portal_id for the root container from the
803 portal_id = 0;
815 root_mc_io->mmio_regs = SOC_MC_PORTAL_ADDR(portal_id);
816 debug("Checking access to MC portal of root DPRC container (portal_id %d, portal physical addr %p)\n",
817 portal_id, root_mc_io->mmio_regs);
1261 cfg.portal_id = DPRC_GET_PORTAL_ID_FROM_POOL;

Completed in 117 milliseconds