Home
last modified time | relevance | path

Searched refs:portal_id (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/net/fsl-mc/
H A Dmc.c672 int portal_id = 0; in mc_init() local
772 portal_id = 0; in mc_init()
784 root_mc_io->mmio_regs = SOC_MC_PORTAL_ADDR(portal_id); in mc_init()
786 portal_id, root_mc_io->mmio_regs); in mc_init()
1124 cfg.portal_id = DPRC_GET_PORTAL_ID_FROM_POOL; in dprc_init()
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_dprc.h50 MC_CMD_OP(cmd, 1, 32, 32, int, cfg->portal_id); \
90 MC_RSP_OP(cmd, 1, 32, 32, int, attr->portal_id); \
567 int portal_id; member
656 int portal_id; member
/openbmc/linux/drivers/bus/fsl-mc/
H A Dfsl-mc-private.h168 __le32 portal_id; member
344 int portal_id; member
H A Ddprc.c365 attr->portal_id = le32_to_cpu(rsp_params->portal_id); in dprc_get_attributes()